@charset "utf-8";
#container {
	height: 1900px;
	width: 1580px;
	background-image: url(../images/bg.png);
}
body {
	margin: 0px;
}
#content {
	height: 1200px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}
#header {
	height: 355px;
	width: 755px;
}
#pagecontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding: 15px;
	width: 725px;
	height: auto;
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #444;
}
