body {
	background-image: url(images/background.gif);
	text-align: center;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0px;
	font-size: 12px;
	}
p.top {
	color: #ffffff;
	font-weight:bold;
	}
p.middle {
	margin-top:15px;
	margin-right:18px;
	margin-left:18px;
	font-size: 11px;
	}
p.bottom {
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	margin-top:10px;
	}
p.bottom-menu {
	color: #ff0000;
	font-style:bold;
	text-align:center;
	margin-top:10px;
	}
#top {
	position:absolute;
	width:600px;
	left:50%;
	padding: 0px;
	margin-left: -300px;
	top:20px;
	}

#middle {
	position:absolute;
	width:600px;
	height:300px;
	left:50%;
	padding: 0px;
	margin-left: -300px;
	top:100px;
	}
#middle-item-01 {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	padding:0px;
	margin:0px;
	}
#middle-item-02 {
	position:absolute;
	top:0px;
	left:200px;
	width:200px;
	padding:0px;
	margin:0px;
	}

#middle-item-03
{
left:400px;
margin:0;
padding:0;
position:absolute;
top:0;
width:200px;
}


#middle-text {
	width:180px;
	padding:10px
	top-margin:10px;
	}
#bottom {
	position:absolute;
	left:50%;
	width:500px;
	padding: 0px;
	top:400px;
	margin-left: -260px;
	text-align:left;
	}
a {
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
	}
a:hover {
	color: #003366;
	}
a:active {
	color: #ff9900;
	}

a.bottom {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	}
a.bottom:hover {
	color: #003366;
	}
a.bottom:active {
	color: #ff0000;
	}

