html{
	overflow: hidden;
}
body{
	background: url(images/bg.png)repeat-x;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
*{
	margin:0;
	padding:0;
}
#page{
	height: 100%;
	min-width: 900px;
/*	background: url(images/bg.jpg) no-repeat*/
}
a{
	text-decoration: none;
	color: #79BEDA;
}
a:hover{
	color: #000;
}
ul li{
	list-style: none;
}
ul li a{
	color: #000;
}
#logo{
	display: block;
	left: 15px;
	position: absolute;
	top:226;
	width: 355px;
}
#nav{
	display: block;
	height: 28px;
	left: 15px;
	position: absolute;
	top: 379px;
	width: 362px;
	z-index: 555;
}
.menu a{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav ul.menu li{
	padding: 0 6px;
	float: left;
	display: block;
}
.menu a:hover{
	border-bottom: 4px solid #000;
}

#stage{
	height: 100%;
	left: 396px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 500px;
	z-index: 500;
	padding-top: 15px;
}
#bio{
margin-bottom: 30px;
border-bottom: 1px dotted #ccc;
}
#bio p{
	color: #444;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	margin: 0 0 0.4em;
	padding: 0;
	position: relative;
	text-shadow: 1px 1px #fff;
	width: 100%;
}
#bio p strong{
	color: #DFE6E9;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin: 0.2em 0 0;
	font-family: Georgia;
	position:  absolute;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #ddd;
	top:-10px;
	left: 390px;
}
#bio p.last{
	color: #515151;
	font-weight: 300;
	margin: 0 0 0.5em;
	padding: 0;
}
#bio a{
	border-bottom: 1px dotted #ccc;
}
p.teaser{
	color: #acacac;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.5em;
}
#footer{
	background: url(images/footer.png) repeat-x left bottom;
	color: #424242;
	font-size: 10px;
	text-transform: uppercase;
	height: 74px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	bottom: 0;
}
#message{
bottom: 3px;
position: absolute;
width: 500px;
margin-left: 595px;}
#footer img{
	border: 0px;
}