html{
	margin:0;
	padding:0;
}
body{
	background: #000 ;
	margin:0px;
	padding: 0;
	text-align: center;
	color:#FFF;
	min-height:600px;
	max-height:100%;
	min-width: 700px;
	max-width:100%;
	width:100%;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
img,div{
	margin:0px;
	padding:0px;
	border:none;
	behavior: url(../iepngfix.htc);

}
#motto {
	font-size:24px;
	position:relative;
	margin:0 auto;
	top:6%;
	z-index:10;
}
#title {
	-x-system-font:none;
	margin:0 auto;
	font-size:72px;
	font-size-adjust:none;
	position:relative;
	top:9%;
	z-index:9;
}
.page{
	background:url(../images/hws_main_02.jpg) center no-repeat;
	border:none;
	width: 612px;
	height: 600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-306px;
	z-index:1;
}
.navigate{
	background:url(../images/menu.jpg) center top no-repeat;
	border:none;
	width: 360px;
	height: 114px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-52px;
	margin-left:-197px;
	vertical-align:bottom;
	overflow:hidden;
	z-index:2;
}
.navigate a{
	width:120px;
	height:114px;
	float:left;
	font-size:12px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	vertical-align:bottom;
	z-index:3;
	cursor:pointer;
	cursor:hand;
	}
.navigate a:hover, a:active, a:visited{
	outline-style:none;
}
.button1:hover{
	background:url(../images/menu.jpg) left bottom no-repeat;
}
.button2:hover{
	background:url(../images/menu.jpg) center bottom no-repeat;
}
.button3:hover{
	background:url(../images/menu.jpg) right bottom no-repeat;
}
.new{
	width:120px;
	height:90px;
}
#footer {
	width:200px;
	height:20px;
	left:50%;
	margin-left:-100px;
	margin-top:-30px;
	position:absolute;
	top:100%;
		z-index:12;
	}

.copyright {
	border:none;
	width:auto;
	height:20px;
	right:0;
	margin-right:10px;
	margin-top:-30px;
	position:absolute;
	top:100%;
	outline:none;	
	z-index:12;
	font-size:10px;
}

.copyright a, .copright a:visited{
  color:#fff;
  text-decoration: none;
}

.copyright a:hover{
  text-decoration: underline;
}