/* CSS Document */
a:link {color: #ffffff;
        text-decoration:underline;
}
a:visited {color: #ffffff;
           text-decoration:underline;
} 
a:hover { text-decoration:none;
          color:#0099FF;
		  }

body {
	background-color: #000000;
	background-repeat: no-repeat;
    background-position: center center; 
	background-attachment: fixed;
	overflow-X: hidden;
	scrollbar-base-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
} 

.style1 {
    color: #ffffff;
	font-family: Alien Encounters Solid;
	font-size: 14px;
}

#base {
background-color: transparent;
position: absolute;
top: 20%;
left: 0px;
width: 100%;
margin-top: -80px;
text-align: center;

}

#textfield {
left: 7px;
margin: 0px auto;
background-color: transparent;
position: relative;
text-align: center; 
width: 550px;

}
