body {
	font-size: 24pt;
}

#background_home, #background_basic, #background_products {
	background: black url(../images/xx.gif) no-repeat scroll top right;
	position: static;
	height: auto;
	width: auto;
}

#nav_links a {
	position: static;
}

#nav_links a span {
	visibility: visible;
}

#nav_links ul {
	list-style: inherit;
	margin: 15px 40px;
}

#text_header {
	position: static;
	font-size: 32pt;
	width: auto;
	text-align: center;
}

#text_content {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	height: auto;
	overflow: visible;
	font-size: 22pt;
	background-color: black;
	text-align: center;
}

#main_image_div {
	position: static;
	float:left;
}

#thumbs_div {
	position: static;
	width: 60%;
	height: auto;
	overflow: visible;
}

#details_div {
	position: static;
	width: auto;
	clear: both;
}
