body{
	background-image: url(../img/background.jpg);
}

div#layout{
	background-image:url(../img/bgcolor090909.png);
	/*background-color: #e9e9e9;*/
	border-top: 1px solid #ff5555;
	border-bottom: 1px solid #ff5555;
	border-left: 1px solid #ff5555;
	border-right: 1px solid #ff5555; 
	width: 750px;
	height: 580px;
	text-align: justify;
	margin: auto auto auto auto;
}
	
div#header{
	position: relative;
	margin-top: 0px;
	width: 750px;
	height: 100px;
	background-image:url(../img/bgcolor090909.png);
	/*background-color: #e9e9e9; */
}
	
div#footer{
	position: absolute;
	padding: 0em 0em 0em 0em;
	margin-left: 145px;
	width: 445px;
	height: 50px;
	margin-top: -52px;
}

div#allcontent{
	width: 750px;
	height: 400px;
}

div#left-block{
	position: relative;
	width: 140px;
	height: 480px;
	margin-top: 5px;
	margin-left: 5px;
}

div#right-block{
	position: absolute;
	width: 140px;
	height: 480px;
	margin-top: -480px;
	margin-left: 610px;
}

div#contents{
	position: absolute;
	width: 445px;
	height: 370px;
	margin-top: -480px;
	margin-left: 150px;
	text-align: justify;
}