body {
	text-align: center;
	background: #110F27;
}

#main {
	width: 760px;
	border: 2px solid black;
}

#main3 {
	width: 760px;
	height: 587px;
	background: url(main1.jpg);
	border: 2px solid black;
}

#head {
	background: url(head.jpg);
	width: 760px;
	height: 96px;
}

#body {	
	background: url(body_top.jpg) #e5e7f2 no-repeat;
	text-align: left;
	padding: 15px;
}

#footer {
	background: url(footer.jpg);
	width: 760px;
	height: 123px;
}

#main2 {
	width: 760px;
	height: 588px;
	background: url(main2.jpg);
	border: 2px solid black;
}

#container {
	position: relative;
	top: 140px;
	right: 76px;
	width: 579px;
	height: 210px;
}

#one {
	width: 191px;
	height: 110px; 
	float: left;
}

#two {
	width: 191px;
	height: 110px; 
	float: left;
}

#three {
	width: 191px;
	height: 110px; 
	float: right;
}

.mainlink {
	text-decoration: none;
	font: bold;
	font-size: 130%;
	position: relative;
	top: 545px;
	left: 153px;
	color: white;
}

.bottomlink {
	text-decoration: none;
	font: bold;
	font-size: 130%;
	position: relative;
	top: 80px;
	left: 153px;
	color: white;
}

.note {
	font-size: 80%;
	font-style: oblique;
	padding-top: 0px;
}

a {
	color: white;
}

a:hover {
	color: red;
}