body {
background-color: #000000;
text-align : center;
margin : 0;
padding : 0;
}
img {
border-style : none;
}
div.container {
position : relative;
margin-left : auto;
margin-right : auto;
top: 0px;
background: url('graphics/container_splash.png') no-repeat;
height : 100%;
width : 1265px;
text-align : left;
font: 12px tahoma;
}
div.container_pages {
position : relative;
margin-left : auto;
margin-right : auto;
top: 0px;
background: url('graphics/container_pages.png') no-repeat fixed top center;
width : 1265px;
text-align : left;
font: 12px tahoma;
padding-bottom: 10px;
}
div#icons {
position: absolute;
top: 4px;
left: 3px;
width: 200px;
}
div#icons_pages {
position: absolute;
top: 110px;
left: 230px;
width: 200px;
}
div#navigation {
position: relative;
top: -70px;
left: 70px;
text-align : center;
font : 12px Tahoma;
}
#navigation ul {
margin : 0px 0px 0px 0px;
padding : 0;
list-style-type : none;
text-align : center;
}
#navigation li {
display : inline;
}
#navigation a {
float : left;
text-decoration : none;
padding: 2px 7px 2px 7px;
border-right: 1px solid #444444;
color : # FFFFFF;
background-color: #000000;
}
#navigation a:hover {
background-color: #7FFF00;
color : # 7FFF00;
}
div#navigation_pages {
position: absolute;
top: 10px;
left: 255px;
text-align : center;
font : 13px Tahoma;
}
#navigation_pages ul {
margin : 0px 0px 0px 0px;
padding : 0;
list-style-type : none;
text-align : center;
}
#navigation_pages li {
display : inline;
}
#navigation_pages a {
float : left;
text-decoration : none;
padding: 4px 7px 4px 7px;
border-right: 1px solid #444444;
color : #777777;
background-color: ;
}
#navigation_pages a:hover {
background-color: #7FFF00;
color : # FFFFFF;
}
a#home {
position: absolute;
top: 0px;
left: 0px;
background : url('graphics/icon_home.png') no-repeat;
width : 28px;
height : 20px;
}
a#home:hover {
background : url('graphics/icon_home.png') repeat 0 -20px;
}
a#forum{
position: absolute;
top: 0px; 
left: 45px;
background : url('graphics/icon_forum.png') no-repeat;
width : 21px;
height : 20px;
}
a#forum:hover {
background : url('graphics/icon_forum.png') repeat 0 -20px;
}
a#phone {
position: absolute;
top: 0px; 
left: 85px;
background : url('graphics/icon_phone.png') no-repeat;
width : 22px;
height : 20px;
}
a#phone:hover {
background : url('graphics/icon_phone.png') repeat 0 -20px;
}
a#email {
position: absolute;
top: 0px; 
left: 130px;
background : url('graphics/icon_email.png') no-repeat;
width : 20px;
height : 20px;
}
a#email:hover {
background-color: #7FFF00;
}
object#splash{
position: relative; 
left:330px; 
top: 180px;
z-index: 100;
}
div#footer {
margin-top: 30px;
margin-left: 235px;
width: 800px;
color: #555555;
text-align: center;
padding-bottom: 10px;
}
div#footer_home {
margin-top: 280px;
margin-left: 229px;
width: 800px;
color: #333333;
text-align: center;
padding-bottom: 10px;
}
div#body {
position: relative; 
left: 100px; 
top: 100px;
z-index: 100;
background-color: white;
width: 602px;
height: 343px;
border: 1px solid #444444;
}
div.info {
margin-top: 10px;
margin-left: 262px;
padding: 5px;
width: 740px;
font-size: 13px; 
color: #888888;
border-left: 0px solid #222222;
border-right: 0px solid #222222;
}