body {
	margin: 0;
}

.pointer{
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hp_body {
	background-color: #000000;
}

.logo_holder {
	position: absolute;
	left: 100px;
	top: 15px;
}

.hp_link {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
.hp_link_small {
	font-size: 11px;
}

.hp_link:hover {
	color: #cccccc;
	font-size: 16px;
	text-decoration: none;
}

.hp_link_small:hover {
	font-size: 11px;
}

.main_link {
	color: #999999;
	font-size: 16px;
	text-decoration: none;
}

.main_link:hover {
	color: #2C2A2A;
	font-size: 16px;
	text-decoration: none;
}

.hp_content_wrapper {
	position: relative;
	width: 600px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	top: 80px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
}

#hp_images_holder {
	position: relative;
	width: 600px;
	height: 338px;
}

#hp_title_holder{
	position: relative;
	width: 600px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	top: 10px;
	right: 0;
}

#hp_images_holder IMG{
	position:absolute;
	bottom:0;
	right:0;
}

#hp_title_holder DIV{
	position:absolute;
	top:0;
	left:0;
}
.hiddenPic {display:none;}
