@charset "utf-8";
/* CSS Document */

body
{
}

*
{
	margin: 0;
	padding: 0;
}

#container
{
	position:absolute; top:0; left:0; width:100%; height:101%;	

}

.Outer_Wrapper
{
	width:500px;
	margin-left: 30px;
	height: 350px;
}

.Content_Wrapper
{
	background-color:#ad8df6;
	height: 350px;
}

.Rightside
{
	float: right;
	width: 20%;
}

.Leftside
{
	float: left;
	width: 80%;
}

#Footer 
{
	position:absolute;
	clear: both;
	height: 72px;
	width: 500px;
	margin-top: 260px;
}

