/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:rgb(255,255,255);
}

#placement{
	width:100%;
	margin:0 0 0 0;
	}
	
#content{
	position:relative;
	top:0px;
	width:100%;
	height:400px;
	margin:0 0 0 0;
	background-color:rgb(255,255,255);
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0 0 20px 0;
	line-height:20px;
}
