@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(../images/homepage-bg.jpg) repeat-x #88B9E1;
}
#homecontainer{
	position:absolute;
	min-height: 100%;
	width: 100%;
	background: url(../images/homecontainer-bg.jpg) no-repeat center 14px;
}
#header{
	width: 735px;
}
#header p{
	display:none;
}
#left{
	min-height: 420px;
	_height:420px;
}
#right{
	padding-bottom:20px;
}
