
#content-wrapper{
	margin:0px;
	padding:0px;
}
		
#content{ 
	background-color:rgba(0,0,0,0.75);
	width:100%;
	height:70px;
	text-align:left;
	margin:0px;
	width:100%;
	position:absolute;
	top:0px;
	}
	
#footer{
	background-color:rgba(0,0,0,0.50);
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	text-align:left;
	}

#header{
	background-color:rgba(255,255,255,0.75);
	position:absolute;
	top:0px;
	width:100%;
	height:50px;
	text-align:left;
	}

#headerNaviLine{
	display:block;
}

#FirstLevelNavi{
	width:500px;
	height:50px;
	float:left;
}

#MainContent{
	background-color:rgba(0,0,0,0.50);
	width:500px;
	overflow:hidden;
	padding:20px 20px 20px 12px;
}

#logo{
	width:250px;
	height:80px;
	background:url(../images/allover/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin:0px 100px 0px 0px;
}
#Footer_Content{
	width:500px;
	height:50px;
	overflow:hidden;
	display:block;
	float:right;
	margin:0px 10px 0px 10px;
	text-align:left;
}