/* CSS Document */

.clear {
 clear:both;
}
#page_wrapper { 
 	width:615px;
 	height:auto;
 	margin-left:auto;
 	margin-right:auto;
}
#content_wrapper { 
 	width:615px;
}

/* Splash Page Layout */

#splash_content_wrapper {
	width:615px;
	height:auto;
	float:left;
	position:fixed;
	bottom:0px;
	width:100%; //width should be 100%
}
#splash_content_column {
	width:615px;
	height:100%;
	float:left;
	margin:0px auto; //here it will make center 
}

/* Home Page Layout */

#home_content_wrapper {
	background:url(../images/basecamp_home_btbg.jpg) repeat-y;
	width:900px;
	height:auto;
	float:left;
}
#home_content_left_column {
	width:600px;
	height:100%;
	float:left;
}
#home_content_left_content {
	height:100%;
	float:left;
	padding: 20px 20px 30px 10px;
}
#home_content_leftsub_column {
	width:270px;
	height:100%;
	float:left;
}
#home_content_leftsub_content {
	height:100%;
	float:left;
	padding: 20px 20px 30px 10px;
}
#home_content_rightsub_column {
	width:270px;
	height:100%;
	float:left;
}
#home_content_rightsub_content {
	height:100%;
	float:left;
	padding: 20px 20px 30px 10px;
}
#home_content_right_column {
	width:300px;
	height:100%;
	float:left;
}
#home_content_right_content {
	height:100%;
	float:left;
	padding: 20px 20px 30px 10px;
}