﻿*{
margin:0; 
padding:0;
}
body{
background-color: #000000;
font : 90%/135%  "Lucida Sans Unicode","Helvetica";
margin-top: 200px;
}
#wrapper{
width: 500px;
height: 500px;
text-align: left;
background: #000000 url(images/enter.jpg) top left no-repeat;
margin: 0 auto;
}
#wrapper a{
margin-top: 400px;
margin-left: 450px;
}
a:link{
color: #0c8ea9;
text-decoration : none;
}
a:visited{
color: #10bb82;
text-decoration : none;
}
a:active{
color : #e18a13;
text-decoration : none;
}
a:hover{
color: #0e17d8;
}