@charset "utf-8";
/* CSS Document */

body {
	font:normal 16px Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	}


/************************/

#wrapper {
	width:834px;
	margin-left:auto;
	margin-right:auto;
	}

#contenttop {
	width:834px;
	height:35px;
	background:url(../images/border_top.png) no-repeat;
	}

#contentmid {
	width:834px;
	text-align:center;
	background:transparent url(../images/border_mid.png) repeat-y;
	}

#contentbottom {
	width:834px;
	height:35px;
	background:url(../images/border_bottom.png) no-repeat;
	}

