body {
	margin: 0;
	padding: 0;
	background-color: #6594cb;
	text-align: center;
	
    font: 13px Arial,Helvetica, sans-serif;
	
}
a
{
	color: #c65e27;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#shading_top
{
	position: absolute;
	top: 0;
	left: 0;
	background: #6594cb url(images/shading_top.jpg) no-repeat 50% 0;
	height: 60px;
	width: 100%;
	z-index: 2;   
}

#shading
{
	width: 100%;
	background: #6594cb url(images/shading_bg.jpg) repeat-y 50% 0;
	z-index: 1;
}

#shading_bottom
{
    clear: both;
    float: left;
    width: 100%;
	  background: #6594cb url(images/shading_bottom.jpg) no-repeat 50% 0;
    z-index: 1;
}

#contents
{
	position: relative;
	background-color: #ffffff;
	width: 980px;
	border-top: 5px solid #ffffff;
	margin: 0 auto;
	margin-top: 60px;
	text-align: left;
	z-index: 10;

	background-image: url(images/scooters2.jpg);
	background-repeat: no-repeat;
	background-position: top right;

}
				

