﻿#home {
	background-image: url('../images/hosting_background.jpg');
	height: 455px;
}
#sub_menu {
	background-image: url('../images/hosting_background_sub.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#sub_menu a {
	color: #663300;
}
#sub_menu a:hover {
	color: #FFFFCC;
	background: #000000;
}


.home_links {
	float: right;
	width: 400px;
	height: 455px;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
}
#temp_hosting {
	padding-top: 70px;
	width: 500px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
#temp_hosting a {
	color: #000080;
	text-decoration: none;
}
#temp_hosting a:hover {
	text-decoration: underline;
}


