@charset "UTF-8";
/* CSS Document */

@import url("/includes/reset.css");

body{
	text-align:center;
	background:#000;
}

div#container{
	position:relative;
	padding-top:54px;
	margin:0 auto;
	width:975px;
}

#ornament {
	background:url('../images/ornament.jpg') no-repeat;
	position:absolute;
	top:0;
	left:-50px;
	width:338px;
	height:398px;
}
#wrapper{
	width:975px;
	height:606px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url('../images/frame.gif') no-repeat;
}
#content{
	margin:8px 5px;
}
#footer{
	height:45px;
	padding:15px 0;
	margin-left:450px;
	color:#333333;
	background:url('../images/bg-footer.gif') 100% 15px no-repeat;
}
#footer a {
	line-height:45px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-family:arial;
	padding:0 10px;
}