body {
	background-image: url('../images/bg_home_gradient.png');
	background-repeat:repeat-x;
	background-color:#000000;
	background-position: top;
}

h1 {
	font-size:95%;
	border:0;
}

#page_wrap {
	width:840px;
	margin:90px auto 0 auto;
}
#top_wrap {
	width:840px;

}

#top_logo {
	width:159px;
	height: 52px;	
	float:left;
	background-image:url('../images/home_logo.png');
	background-repeat:no-repeat;
}

#top_logo a {
	display:block;
	width:159px;
	height: 52px;
	text-align:center;
}

#top_tabs {
	float:right;
	height:29px;
	padding: 10px 0 0 0;
	max-width:600px;
}

#top_tabs a {
	display:block;
	font-size: 120%;
	width:65px;
	height: 20px;
	float:right;
	margin-left:20px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 3px 25px;
	color: #666666;
}

#top_text {
	clear:both;
	width:100%;
	padding: 10px 0 0 0;
	color: #333333;
}

#top_tabs a:hover {
	color: #FFFFFF;
}

#top_tabs .login {
	background-image:url('../images/link_login.png');
}

#top_tabs .contact {
	background-image:url('../images/link_contact.png');
}

#top_tabs .about {
	background-image:url('../images/link_about.png');
}

#button_wrap { 
	height:361px;
	width:840px;
	position:relative;
	margin: 0 auto;
}

#button_wrap a{
	display:block;
	width:160px;
	height: 341px; 
	outline:none;
}

.photography, .new_media, .design, .print, .property { 
	height: 341px; 
	width: 160px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	bottom:0;
	left:0;
}

.photography {
	position:absolute;
	left:0px;
	margin-bottom:0px;
	background-image: url('../images/home_photography.png');
}

.new_media {	
	position:absolute;
	left:170px;
	margin-bottom:0px;
	background-image: url('../images/home_newmedia.png');
}

.design {
	position:absolute;
	left:340px;
	margin-bottom:0px;
	background-image: url('../images/home_design.png');
}

.print {
	position:absolute;
	left:510px;
	margin-bottom:0px;
	background-image: url('../images/home_print.png');
}

.property {
	position:absolute;
	left:680px;
	margin-bottom:0px;
	background-image: url('../images/home_property.png');
}

#reflection_wrap { 
	height:170px;
	width:840px;
	position:relative;
	margin: 5px auto 0 auto;
}

.photography_ref, .new_media_ref, .design_ref, .print_ref, .property_ref { 
	height: 170px; 
	width: 160px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	position:relative;
	top:0;
	left:0;
}

.photography_ref {
	position:absolute;
	left:0px;
	margin-bottom:0px;
	background-image: url('../images/home_photography_reflection.png');
}

.new_media_ref {	
	position:absolute;
	left:170px;
	margin-bottom:0px;
	background-image: url('../images/home_newmedia_reflection.png');
}

.design_ref {
	position:absolute;
	left:340px;
	margin-bottom:0px;
	background-image: url('../images/home_design_reflection.png');
}

.print_ref {
	position:absolute;
	left:510px;
	margin-bottom:0px;
	background-image: url('../images/home_print_reflection.png');
}

.property_ref {
	position:absolute;
	left:680px;
	margin-bottom:0px;
	background-image: url('../images/home_property_reflection.png');
}
h1.index {
color:#EFEFEF;
}
