#root {
	width:				1000px;
}


#top {
    position:			absolute;
	top:				0px;
	left:				5px;
    width:				1000px;
    height: 			130px;
}


#left {
	position:			absolute;
	top:				75px;
	left:				5px;
	width: 				150px;
	height: 			260px;
}

#down {
	position:			absolute;
	top:				560px;
	left:				10px;
	width: 				150px;
	height: 			100px;
}

#main {
    position:			absolute;
	top:				140px;
	left:				175px;
    width: 				800px;
}


#right {
    position:			absolute;
	top:				140px;
	left:				775px;
	width: 				220px;
}

