@charset "utf-8";




body {
background-color:#F2F2F2;
background-image:url(images/stripe.png);
background-repeat:repeat;
background-attachment:fixed;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
color:#000;
margin:0 auto;
overflow:auto;
overflow-x:hidden; 
}
#network {
position:absolute;
 top:0;
 right:0;
z-index:1;
}
#tile {
position: fixed;
width:10000px;
height:91px;
margin:0 auto;
background-image:url(images/tile.png);
background-repeat:repeat;
z-index:1;


}

#header {
position:fixed;
padding-top:120px;
width:1000px;
height:160px;
left:30px;
margin:0 auto;
}
#logo{
width:160px;
float:left;
}
#navigation {
float:left

}

#content{
position:absolute;
left:330px;
top:90px;
height:100%;
margin:0 auto;
float:left;
width:820px;
}


#tvs{
margin-top:25px;
margin-left:28px;
}
A:link {color:#000;  background-color:none; text-decoration: none;}
A:visited {color:#000;  text-decoration: none;}
A:active {text-decoration: none}
A:hover {color:#3399FF; text-decoration:none; }
A img{ color:none; background-color:none; text-decoration:none; border:none;}







