html,body{
	background: none;
}
#main{
	width:600px;
	background: none;
	position:relative;
}
#header{
	height:0px;
	width:0px;
	display:none;
}
#page{
	width:600px;
	text-align:left;
	margin:0 auto;
	padding:0 0px 0px 0px;
}
.content_left{
	width:0px;
	float:left;
	display:none;
	font-size:12px;
}
.content_right{
	width:600px;
	padding-right:0px;
	float:left;

}
#footer{
	display:none;
	padding: 0px 0px 0px 0px 
}
.frontpageImg{
	display:none;
	height:0;
	width:0;
}
