*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	background: yellow url(image/bg.gif) left top repeat;
}
div#container{
	width: 90%;
	height: 100%;
	background: white;
	border-width: 0px 1px 0px 1px;
	border-color: #000066;
	border-style: solid;
}
h1{
	margin: 1em;
}

div#top{
	width:102%;
	line-height:80%;
	text-align:left;
	padding-left:25px;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	background:#000066;
}
div#top a{
	color:#999999;
}
div#top a:hover{
	color:#ffff00;
}
div#footer{
	margin-top:5em;
	width:102%;
	line-height:90%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	background:#000066;
	border-top:1px solid #000066;
}

/* ----back---- */
div#back{
	margin: 5em 0px 0px 0px;
}
div#back a{
	text-decoration: none;
}

/* ----Link---- */
a{
	text-decoration: none;
}
a:link {
	color:blue;
	font-weight:bold;
}

a:visited {
	color:blue;
	font-weight:bold;
}

a:hover {
	color:red;
	font-weight:bold;
}

div#footer a{
	color:#ffffff;
}
