/* CSS Document */

body{
	background-image:url(img/back.jpg);
	margin: 0px;
	padding: 0px;
}

#all{
	width: 1000px;
	height: 485px;
	background:url(img/home_back.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#nav{
	width: 194px;
	left: 0px;
	top: 86px;
	position:absolute;
}
#subnav{
	left: 37px;
	top: 290px;
	position:absolute;
	width: 156px;
	height: 192px;
}

#content{
	left: 200px;
	width:670px;
	position:absolute;
	top: 90px;
	height: 600px;
}
#logo{
	position:absolute;
	left: 700px;
	top: 20px;
}
