/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
body{
	width: 100%;
	height: 100%;
}
#wrapper{
	width: 100%;
	height: 100%;
}

div#container {
	margin: 0 0;
	width: 1100px;
	height: 896px;
}
div#content {
	margin: 0 0;
}

div#footer {
	clear: both;
}