body, html{
	height: 100%;	
}

body{
	background-color: #000000;
}


#wrapper{
	width: 900px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: table;
	text-align: left;
}

#wrapper[id]{
	position: static;	
}

#subwrapper{
	position: absolute;
	top: 50%;
	
	width: 900px;
	display: table-cell; 
	vertical-align: middle;
}

#subwrapper[id]{
	position: static;	
}

#content{
	position: relative;
	top: -50%;
	width: 900px;
	text-align: left;
}

#logo{
	
}

#photo{
	width: 900px;
	/*border-top: 1px solid #777777;*/
	padding-top: 5px;
	border-bottom: 1px solid #777777;
	padding-bottom: 5px;
	
}

#link{
	margin-top: 5px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	font-family: sans-serif, Arial;
	color: #DDDDDD;
	text-decoration: none;
	
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	background: url(img/arrow.gif) no-repeat 160px center ;
}

#link:hover{
	/*text-decoration: underline;*/
	background-color: #EF5033;
	color: #000000;
}