BODY {
	background-color: #659600;
	background-image: url('../gfx/bg_portal.jpg');
	background-repeat: repeat;
	background-position: top;
}

#container{
	width:940px;
	margin:0px auto;
	padding-top:60px;
}

#portalleft{
	width: 510px;
	float:left;
	min-height:370px;
}

#portalright{
	width: 430px;
	float:right;
	min-height:370px;
}

#portalfooter{
	width: 940px;
}

img{
	border: none;
}

A:link {	text-decoration: none; border: none;}
A:visited {text-decoration: none; border: none;}
A:active {text-decoration: none; border: none;}
A:hover {text-decoration: none; border: none;}