@charset "UTF-8";
/* CSS Document */

			html {

				height: 100%;

			}

			body {

				height: 600px;

				text-align: center;

			}
  			
			a {
                color: #ffffff;
                text-decoration: none;
            }
            
            a:hover {
				color:#ffffff;
				text-decoration: none;
                
                }

			a img { 
				border: none ; 
	
				}


			img {

				left: auto;

				right: auto;

				position: relative;

				top:0%;

			}
