@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
}

#pageholder {
	width: 960px;
	height: 540px;
	text-align:center;
}

#header {
	text-align: left;
	height: 67px;

}

#content {
	height: 400px;
}

#footer {
	height: 201px;
	background-image:url(../img/footer_bg.jpg);
}

p {
	margin: 130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}