html, body {
    width: 100%;
	height: 100%;
    margin: 0; 
    padding: 0; 	
}

body {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	color: #404042;	
  background: transparent url('../images/top-bg.gif') no-repeat scroll top center;
}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
    color: #404042;
}

a:hover { 
    text-decoration: underline 
}

.justify {text-align: justify;}

.container { 
    position: absolute;
    top: 230px;
    width: 100%;

}

.container_bg {
	background: #fff url('../images/body-bg.gif') repeat-y center bottom ;

}
.header-container { 
    position: absolute;
    top: 0px;
    width: 100%;
}

.header, .content{
    margin: 0 auto;
    width: 990px;    
    text-align: left;
}
#girla { 
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2;
    height:328px;
}
#girla_img{
    margin:0 auto;
    width:207px;
    height:328px;
    padding-left:192px;
    background: url('../images/girl.png') right top no-repeat;
}

