@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Helvetica, sans-serif;
	color: #704121;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#301C0E;
}

a {
	color: #704121;
}

#content {
	position: absolute;
	width: 540px;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -270px;
}

#header {
	font-size: 26px;
	height: 35px;
}

#footer {
	margin-top: 2px;
	height: 25px;
	font-size: 14px;
}

.left {
	float:left;
}

.right {
	float: right;
}

.clearBoth {
	clear:both;
}


