{assign_variable:theme="themes/ksh/site/"}

body { 
	background: #000 url(../images/bg_night.jpg) center top no-repeat fixed;
	margin: 0 auto;
}


/************************************************************************/
/*                            	BODY DIV                                */ 
/************************************************************************/

div#body_col1, div#body_col2, div#body_col3 {
	padding: 20px;
}

div#body_col1 {
	position: relative;
	float: left;
	width: 270px
}

div#body_col2 {
	position: relative;
	float: left;
	width: 280px;
}	

div#body_col3 {
	position: relative;
	width: 270px;
	float: left;
}

div#body_col2span {
	position: relative;
	float: left;
	width: 630px;
}	




div#body_content {
	background: url(../images/bg_body.png) repeat-y center top;
	width: 940px;
	margin-left: 10px;
	position: relative;
	float:left;
}

div#body_header_home {
	background: url(../images/body_header.png) no-repeat bottom;
}


