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