@charset "utf-8"; 

html{
	height: 100%;
}
body{
	height: 100%;
	text-align: center;
}

div#wrapper{
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: transparent url(../images/wrapper_back.png) repeat-y 100% 0;
}
/*------IE6 only------------*/
* html div#wrapper{
	height: 100%;
}
/*-------------------------*/
body > #wrapper{
	height: auto;
}

#cont{
	 width: 700px;
}
div#header{
	width: 660px;
	height: 71px;
	padding: 10px 20px 0 20px;
}
			div#header h1{
				width: 215px;
				height: 51px;
				text-indent: -9999px;
				background: transparent url(../images/logo.gif) no-repeat 0 0;
			}
					div#header h1 a{
						display: block;
						width: 100px;
						height: 51px;
						overflow: hidden;
					}
#cup{
	position: absolute;
	width: 137px;
	height: 29px;
}					
#contInner{
	width: 660px;
	padding: 20px;
}	
#footer{
	width: 660px;
	padding: 3px 20px 20px;
	/*margin: 0 s;*/
	border-top: 2px solid #666;
}
			#footer ul{
			    margin-left: -10px;
			}
						#footer li{
							float: left;
						   padding: 0 10px;
							border-right: 1px solid #666;	
						   color: #333;		
						}
									#footer li.system{
										font-weight: bold;
									}
						#footer address{
						   text-align: right;
						   margin-top: -17px;
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
						}
