html {
overflow:auto;
overflow-x:hidden;
}

body {
font-size: 12px;
padding:0px;
margin:0px;
overflow:auto;
color: #ffffff;
background-color:#000000;
background: url('../under/img/it_girls_bg.jpg') no-repeat top left;
background-repeat: y-repeat;
background-attachment: fixed;
background-position: top center;
width:100%;
height:100%;
}
a {color: #ffffff;}
a:visited {color:#ff3399;}
a:hover {color: #ff3399;}
a:active { color:#000000;}

h1 {
font-size: 12px;
text-transform:uppercase;
margin:0px; }

h3 {
font-size: 12px;
text-transform:uppercase;
margin:0px; }

h4 {
font-size: 10px;
color: #FFF;
font-weight: normal;
padding: 5px 15px;
margin:0px;}

#subtit {
font-size: 10px;
color: #FFF;
font-weight:bold;
}



/* ---------container layout------------- */

#bgcontainer {
width: 100%;
margin-left: auto;
margin-right: auto;
height:100%;
}

#container {
overflow:auto;
width: 692px;
margin-left: auto;
margin-right: auto;
height:100%;
padding-bottom:150px;
}



/* ---------banner------------- */
#banner {
background-color: #;  
width: 692px;
height:150px;
top: 0;
z-index: 2;
position:fixed;
_position:absolute;
padding: 0px;
margin: 0px;
}

/* --------------content----------------- */
#content {

padding:152px 0 0 0;;
margin-left: 170px;
margin-right: 0px;
}
div#content {
min-height:300px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* -------------left navi----------- */
#left {

float: left;
width: 200px;
margin: 0px;
padding: 0px;
 height:100%;
}

/* ----------footer------------------- */
#footer {

margin:-25px 0 0 0;
padding-bottom:10px;

height:25px;
text-align: center; 
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
 }
  
/**********left menu*************/
#verticalmenu ul{
 list-style:none;
 padding:10px 10 10 0;
 margin: 0px;
}

#verticalmenu{
margin-top: 152px;
position:fixed;
_position:absolute;
}

#verticalmenu li{
margin-bottom:0px;
}

