/* index.css */
#header_file_upload
{
	display: block;
	position: absolute;
	left: 850px;
	top: 40px;
}
#header_file_upload a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff; /* #7a003b; */
	background-color: #9e9e11;
}
#header_file_upload a:hover
{
	color: #000;
}
#main_image
{
	position: relative;
	margin-top: -1px;
	width: 960px;
	height: 263px;
	background: url("../images/MPcenter.gif") 0 -4px no-repeat;
}
#main_image_img
{
	position: absolute;
	left: 444px;
	top: 95px;
}
#bottom_links
{
	margin-top: 6px;
	width: 960px;
	height: 120px;
}
#limitless
{
	float: left;
	width: 311px;
	height: 114px;
	background-image: url("../images/Limitless.jpg");
}
#why_master_press
{
	float: left;
	width: 311px;
	height: 114px;
	margin-left: 9px;
	background-image: url("../images/WhyMP.jpg");
}
#tour_shop
{
	float: left;
	width: 320px;
	height: 114px;
	margin-left: 9px;
	background-image: url("../images/TourShop.jpg");
}
#bottom_links a
{
	display: block;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
	color: #641516;
}
#bottom_links a:hover
{
	color: #757372;
}
#bottom_links a.yellow_btn:hover
{
	color: #000;
}
#bottom_links a.red_btn:hover
{
	color: #fff;
}
