@charset "utf-8";
/* CSS Document */
body{
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg) no-repeat center top;
}
*html div#title {
	position:absolute;
	top:50%;
	left:50%;
	width : 400px;
	height: 50px;
	margin:-20px 0 0 -190px;
}
div#title {
	position:absolute;
	top:50%;
	left:50%;
	width : 400px;
	height: 50px;
	margin:-65px 0 0 -200px;
}
div#title .h1{
	font-family: Arial;
	font-size: 42px;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
	text-decoration: none;
}
