/* CSS Document */

body 
{
	margin: 0px 0px 0px 0px;
	background-color:#999;
	
}

.MainBlock 
{
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height: 614px;
	width: 950px;
	top:0px;
	border-right:#000 thick solid;
	border-bottom:#000 thick solid;
	border-left:#000 thick solid;
	margin:auto;
	
}
