body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:top;
}
#top{
	width:857px;
	height:146px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:left top;}
#left{
	width:173px;
	height:507px;
	background-image:url(images/backleft.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:left;
	}
#menu{
	width:153px;
	height:327px;
	background-image:url(images/backmenu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:10px;
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	line-height:26px;
	padding:10px;}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover{
	text-decoration:underline;
	}
#counter{
	width:173px;
	height:20px;
	font-size:11px;
	padding-left:3px;}
#count{
	width:50px;
	height:15px;
	background-color:#FFFFFF;
	border:#000000 3px solid;
	text-align:center;}
#right{
	width:684px;
	height:507px;
	background-image:url(images/ver.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	text-align:left;}
#content{
	min-height:507px;
	width:644px;
	background-image:url(images/backcontent.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:justify;
	font-size:12px;
	padding:10px;
	padding-right:30px;}
#content h1{
	font-weight:bold;
	font-size:12px;
	}
#bottom{
	width:857px;
	height:33px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	vertical-align:middle;
	font-size:10px;}
#bottom a{
	color:#000000;
	}