@charset "utf-8";
/* Tandem Studios Home Page */
/*
COLORS:
LINES: #dbd7d3
TYPE: #8e8578

*/
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	clear:left;
	background-color:#FFFFFF;
	}
		
/* CENTER VERTICAL*/

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background-color:#fff;
	margin: 0 auto;
}

#header {
	width:750px;
	margin: 0 auto 0;
	padding: 0 0 0 200px;
	height: 175px; 
}

#logo-box {
	float:left;
	margin: 0 auto;
	position:relative;
	width: 115px; 
}

#logo {
	margin: 0 0 2px;	
}

#content {
	border-top: 1px solid #dbd7d3;
	border-bottom: 1px solid #dbd7d3;
	margin: -125px auto 0;
}

#main-visual {
	width:750px;
	height: 450px;
	margin: 1px auto 0;
	background:url(../images/homepage/tandem-studio-wedding-photo.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#front-text {
	background:url(../images/homepage/unforgettable-wedding-photo.gif);
	background-repeat:no-repeat;
	margin: 0 auto 1px;
	width:750px;
	height: 77px;
	border-top: #dbd7d3;

}

#front-text h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#fff;
	padding: 13px 0 0 130px;
	margin: 0;
	line-height: 17px;
}

#footer {
	width:750px;	
	margin: 4px auto;
	color:#ccc;
}

#footer a {
	color:#ccc;
}

#links {
	float: right;	
}

#copyright {
	float: left;	
}

#credit {
	display:none;	
}

a {
	color:#8e8578;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



