@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
}

/* Home page */

img{border:0px;}

#home_logo{
	position:absolute;
	top:30%;
	height:123px;
	width:880px;
	background:url('images/home_logo.gif') no-repeat;
	left:20px;
}

#home_enter{
	position:absolute;
	top:30%;
	margin-top:200px;
	height:31px;
	width:272px;
	background:url('images/home_enter.gif') no-repeat;
	left:20px;
}

#view_header{
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:15px;
	height:65px;
	width:400px;
	background:url('images/view_header.gif') no-repeat;
}
