body {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/bg.gif);
	background-attachment:fixed;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	line-height: 150%;
}

h1 {
font-size: 16px;
color:#330000;
line-height: 100%;
text-align:center;
}

#all_bg
{
	position: absolute;
	left: 0px;
	top: 40px;
	width: 2576px;
	height: 491px;
	background-image:url(../img/paper.jpg);
	background-attachment:fixed;
	background-position:left top;
	background-repeat:repeat;
}

#all {
	margin: 40px;
	width: 2496px;
	height: 411px;
	background-color:#F1E5CF;
}

img {
	border:none;
}

#all img {
border: 1px solid #000000;
}

.contentblock {
	float: left;
	margin: 30px 50px;
}

.infoblock {
	float: left;
	border: 1px solid #000000;
	width: 208px;
	height: 291px;
	margin: 30px 50px;
	padding: 60px 20px 0px 20px;
	background-color: #FFFFFF;
}

#startblock {
	width: 20px;
	height: 411px;
	background-color:#330000;
	float: left;
	
}

#endblock {
	width: 20px;
	height: 411px;
	background-color:#330000;
	float: right;
	
}

