@charset "utf-8";
body {
background-color: #000000;
margin: 0px;
overflow: hidden;
background-image: url(../1a.jpg);
background-repeat: repeat;
}
#container {
width: 900px;
height: 600px;
margin-top: 50px;
margin-left: -501px;
left: 55%;
position: absolute;
background: #000;
overflow: hidden;
background-image: url(../0_77.jpg);
top: 6%;
}
body,td,th {
font-family: "Comic Sans MS", cursive;
color: #FFFFFF;
}
a:link {
color: #00FF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF0000;
}
a:hover {
text-decoration: none;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFF00;
}