* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../img/bgline.jpg") repeat #343122;
	width: 100%;
	font-family:trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
div#content {
	background: url("../img/background.jpg") no-repeat #343122;
	width: 1236px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
	padding-top:325px;
}
div#content p {	
	line-height:23px;
}
div#content a {
	color: #63001B;
	text-decoration: none;
}
div#content a:hover {
	color: #101010;
}

