@charset "windows-1252";

body {
margin: 0;
padding: 0;
color: #ffffff;
font-size: 11px;
background-color: #2c2d2c;
}

#wrapper {
position: relative;
margin: 120px auto 0 auto;
padding: 0;
width: 554px;
height: 350px;
}

#wrapper #content {
position: relative;
margin: 0;
padding: 0;
width: 554px;
height: 337px;
background-image: url(../images/intro.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#wrapper #content a {
border: 0px !important;
background-color: transparent !important;
}

#wrapper #content a.site {
position: absolute;
top: 0;
left: 50%;
margin-left: -277px;
width: 209px;
height: 337px;
}

#wrapper #content a.myspace {
position: absolute;
top: 0;
left: 50%;
margin-left: -61px;
width: 165px;
height: 165px;
}

#wrapper #content a.forums {
position: absolute;
top: 172px;
left: 50%;
margin-left: -61px;
width: 165px;
height: 165px;
}

#wrapper #content  a.radio {
position: absolute;
top: 172px;
left: 50%;
margin-left: 111px;
width: 165px;
height: 165px;
}


#wrapper #content a.site img, #wrapper #content a.myspace img, #wrapper #content a.forums img, #wrapper #content a.radio img {
border: 0px;
filter: alpha(opacity=0);
opacity: 0;
-moz-opacity: 0;
}

#wrapper #content a.site:hover img, #wrapper #content a.myspace:hover img, #wrapper #content a.forums:hover img, #wrapper #content a.radio:hover img {
border: 0px;
filter: none;
opacity: 1;
-moz-opacity: 1;
}

#wrapper #copyright {
position: relative;
top: 5px;
width: 553px;
height: 13px;
text-align: center;
}