body {
	margin: 0px; 
	font-family: Verdana;
	overflow-x: hidden;
}

.maincontent {
	width: 1024px;
	height: 550px;
}

.logobg {
	width: 100%;
	background: url(./home-bg.gif) repeat-x;
	height: 210px;
}

a {
	color: #12245e;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

img {
	border: none;
}

.footer {
	width: 1024px;
	border-top:  solid 1px #EEE;
}

.copyright {
	
	font-size: small;
	font-family: Verdana;
	color: gray;
	float: right;
	padding-right: 50px;		
}