html,body{
	margin:0;
	padding:0;
	height:100%;
}

body{
	background-color:#000;
}

#logo{
	position:absolute;
	top:10px;
	left:10px;
}

#container{
	background:url(../gfx/back.png) repeat-x top left;
	height:450px;
	width:100%;
	background-color:#000;
	position:absolute;
	top:50%;
	margin-top:-225px;
	overflow:hidden;
}

#back_pic{
	position:absolute;
	left:0;
	z-index:0;
	width:100%;
}

#stretch_pic{
	width:100%;
	display:none;
}

#buttons{
	position:relative;
	width:910px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}


.button{
	float:left;
	height:370px;
	margin:55px 20px 20px 20px;
}

.button:hover{
	cursor:pointer;
}

.photo_top{
	width:100%;
	margin:10px;
}

.photo_bottom{
	padding-top:23px;	
}

h1{
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	line-height:1;
	font-family: "trebuchet MS",sans-serif;
	font-size: 15px;
}
