#head h1 {
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	line-height: 127px;
	text-indent: -9999px;
	display: block;

}

p {

	margin: 30px;
}

#cont {
	width: 800px;
	border: 1px dashed #CCCCCC;	
	margin-bottom: 20px;
	}

#left {
	float: left;
	width: 400px;
	
	}
	
#right {
	float: right;
	width: 400px;
	}

#foot {
	width: 800px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	line-height: 30px;

}