* {
    margin: 0px auto;
    padding: 0;
}
 
html,body {
    height: 100%;
	overflow: auto;	
    background-color: #fff;
	//text-align: center;
    //margin: 0px auto;
}
 
div#container {
	position: relative;
	margin: 0px auto;
	width: 900px;
	min-height: 100%;
	background-color: #FFFFFF;
}
 
body > #container {
}
 
div#contents {
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}
 
#header{
	width: 900px;
	height: 20px;
	color: #666;
	font-size: 12px;
    padding-top: 20px;
    font-weight: bold;
	//line-height: 50px;
	text-align: center;
}
#footer {
	width: 900px;
	height: 50px;
	color: #666;
	font-size: 12px;

   // font-weight: bold;
	//line-height: 50px;
	text-align: center;
}
 
#header {
   // background: url(hd_bg.jpg) no-repeat left bottom;
}
 
#footer {
    position: absolute;
    bottom: 0px;
   // background: url(ft_bg.jpg) no-repeat left top;
}
#footer p{
    padding-top: 30px;
}

.caption {
	font-size: 12px;
	text-align: left;
	color: #999;
}
.images {
	text-align: center;
}
.center {
	text-align: center;
}
.copy {
	font-size: 12px;
	color: #999;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #999;
}

