body {
	margin: 0;
}

#banner {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 208px;
	height: 81px;
}

#navigation {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 980px;
	height: 50px;
	border-style: solid;
	border-size: 2px;
	border-color: cc0000;
	background-color: cc0000;
	text-align: center;
}

#pic_row1 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 920px;
	height: 150px;
}

#pic_column1 {
	position: absolute;
	top: 312px;
	left: 0px;
	width: 150px;
	height: 500px;
}

#pic_row2 {
	position: absolute;
	top: 308px;
	left: 155px;
	width: 770px;
	height: 150px;
}

#pic_column2 {
	position: absolute;
	top: -310px;
	left: 614px;
	width: 150px;
	height: 300px;
}

#main {
	position: absolute;
	top: 5px;
	left: -613px;
	width: 610px;
	height: 300px;
	font-family: Times New Roman;
	font-size: 18px;
	background-color: 3399ff;
	color: 000000;
}