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;
}
#facebook{	background: #3c95d9;	padding: 10px;	width: 238px;	position: fixed;	margin-top: -140px;	right: 0px;	top: 50%;  z-index:100;}
.slide_button{	background: url('../images/facebook.png');	display: block;	height: 101px;	width: 33px;	text-indent: -9999px; 	position: absolute;	left: -30px;	top: 0px;}

#googleplus{position: fixed;	margin-top: -30px;	right: 0px;	width:33px; top: 50%;  z-index:100;}
#googleplus a{background: url('../images/google.png');	display: block;	height: 101px;	width: 33px;	text-indent: -9999px; 	position: absolute;	left: 0px;	top: 0px;}