/* CSS Document */
body { background-color:black; font-family:Arial;}
#star
{
width: 250px;
height: 96px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -125px;
margin-top: -96px;
}
A         { color: #FFCC00; font-style: normal; font-weight: normal; line-height: normal; font-family: Arial; text-decoration: none; line-height: 1.5; }
A:hover   { color: red; font-style: normal; font-weight: normal; text-decoration: underline }