body {
	background: #ededed;
	font-family: Verdana;
	font-size: 13px;
	color: #979797;
}

#page {
	width: 950px;
	margin-top: 100px;
}

#top {
	background: url('../img/top.gif') no-repeat;
	height: 19px;
}

#content {
	background: url('../img/cont.gif') repeat-y;
	height: 250px;
}

#footer {
	background: url('../img/bottom.gif') no-repeat;
	height: 50px;
}

p {
	margin-top: 40px;
}

a {
	color: #ac2934;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #615f60;
	text-decoration: underline;
}
