@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;
margin: 0;
padding: 0;
overflow:auto;
overflow-x:hidden; 

}
html { -webkit-text-size-adjust:none; 
-webkit-padding-adjust:none; }



#network {
position:fixed;
top:10px;
margin-left:28px;
color:#fff;
z-index:2;
padding:0;
margin:auto:
width:1000px;
}

#resume {
position:fixed;
color:#fff;
right:0;
padding-right:5px;
top:93px;
z-index:2;
}



#tile {
position: fixed;
width:10000px;
height:91px;
background-image:url(images/tile.png);
background-repeat:repeat;
z-index:1;


}

#header {
position:fixed;
padding-top:100px;
width:1000px;
height:160px;
left:30px;
margin:0 auto;
}
#logo{
width:160px;
float:left;
}
#navigation {
float:left

}

#content{
position:absolute;
left:270px;
top:90px;
height:100%;
margin:0 auto;
float:left;
width:820px;
}


#tvs{
position:fixed;
margin-top:25px;
margin-left:28px;
z-index:3;
}

#sticker{
position:absolute;
margin-top:230px;
margin-left:600px;
}








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;}








