h1 {
	font-size:1.8em;	
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.5em;
}
h5, p, a, li, input, textarea{
	font-size:1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, 
li a, li p, li textarea, li input, 
p a, p textarea, p input{
	font-size:1em;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#92929f;
	background-image:url( ../image/background.png );
	background-position:center top;
}
object#main-container{
	position:absolute;
	top:0;
	left:0;	
	width:100%;
	height:100%;
	display:block;
}
div#main-container{
	margin:auto;
	width:680px;
	color:#fff;
	font-size:1.5em;
}
#header{
	height:235px;
	position:relative;
}
#main-content{
	padding:20px 230px 0 15px;
}

#logo{
	position:absolute;
	bottom:45px;
	left:0;
	background-image:url( ../image/logo.png );
	width:237px;
	height:85px;
	text-indent:-999px;
	overflow:hidden;
}
.top-menu{
	position:absolute;
	bottom:25px;
	left:3px;
}
.top-menu li a{
	float:left;
	font-weight:bold;
	padding:0 12px;
	border-left:1px solid #fff;
	line-height:18px;
}
.top-menu li.first-item a{
	border-left:0;	
}

