/* CSS Document */
div#headerbg{
	float: left;
	position: absolute;
	z-index: 1;
}
div#headerpic{
	height: 1%;
	position: absolute;
	left: 234px;
	top: 58px;
	z-index: 2;
}

div#spaceheader{
	width: 780px;
	height: 183px;
}

/*background and content page*/
.bg_content{
	background: #E4F4F8 url(../images/background/bg_content.jpg) no-repeat;
	
}
div#content_base{
	float:left;
}

div#content_base_tellafriend{
	float:left;
	height: 46px;
	_height: 47px;
}

/*mac*/
div#content_base_tellafriend:empty{
	float:left;
	height: 47px;
}

div#content{
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	float: left;
	padding-top:20px;
}

.fix {
	clear: both;
	margin-left: 30px;	
}
