@charset "UTF-8";

html{
	overflow: hidden;
}
body {
	background-color: #FFFFFF;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #252525;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}
img { 
	border: 0; 
}
a {
	outline: none;
	text-decoration: none;
	display: block;
}
a:link, a:visited {
	color: #252525;
}
a:hover {
	color: #66ccff;
}
a:active {
	color: #66ccff;
}
#page {
    top: 0;
	left: 0;
}
#picture {
	z-index: 1;
	position: static;
	top: 0;
	left: 0;
	cursor: auto;
}
#menu-container {
	display: block;
	clear: both;
	text-align: left;
	left: 50px;
	top: 20px;
	z-index: 2;
	position: absolute;
}
#info {
	position: absolute;
	width: 350px; 
	left: 250px; 
	top: 20px; 
	padding: 10px; 
	padding-bottom: 11px; 
	background-color: #FFFFFF;
}

#contact {
	position :absolute;
	width: 350px; 
	left: 250px; 
	top: 20px; 
	padding: 10px; 
	padding-bottom: 11px; 
	background-color: #FFFFFF;
}
#press {
	position: absolute;
	width: 630px; 
	left: 250px; 
	top: 20px; 
	padding: 10px; 
	padding-bottom: 11px; 
	background-color: #FFFFFF;
}


