﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	height:1150px;
}

#container {
	clear: both;
	min-width: 700px;
	height: auto;
	background-color: #FFFFFF;
}

#left_col {
	float: left;
	width: 150px;
	height:1150px;
	background-color: #CCFF99;
}

#right_col {
	float: right;
	width: 150px;
	height:1150px;
	background-color: #CCFF99;
}

#page_content {
	font-variant: normal;
}

#img {
	position: absolute;
	left:300px;
	top:300px;
}

#footer {
	clear: both;
	background-color: #CCFF99;
}
