@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main{
	height: 710px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#reel{
	height: 272px;
	width: 406px;
	margin-left: 296px;
	margin-top: 20px;
	margin-right: 298px;
}

#button-container{
	width: 862px;
	padding-left: 138px;
}

#portfolio-button{
	float: left;
	height: 186px;
	width: 216px;
}

#about-button{
	float: left;
	height: 186px;
	width: 220px;
}

#contact-button{
	float: left;
	height: 186px;
	width: 248px;
}

.clear{
	clear:both;
}

.title-text{
}

.main-text{
}

#hidden-main{
	width:1000px;
	height:182px;
}

#footer{
	text-align: right;
	height: 30px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

#footer a, footer a:visited{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#099;
	text-decoration:none;
}
