@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
		font-family:Georgia, Times New Roman;
	font-size:17px;

}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
width:100%;
	height: 165px; /* .push must be the same height as .footer */
	
}


.footer {
	z-index:2;
	position:fixed;
	display:block;
	left:0px;
	top:84%;
	background: url(footer.png) repeat-x;
	 
}



#menu{
z-index:4;
position:fixed;
width:200px;
height:450px;

padding:35px 0px 0px 35px
}

#content{
	position:absolute;
	z-index:0;
	left:352px;
	float:right;
	width:710px;
	top: 56px;
	height: 430px;
}


#header{
position:fixed;
z-index:1;

background-color:#000000;

width:100%;
height:10px;



}

