html{
	height: 101%;
}

body{
	background: #fff;
	overflow: hidden;
}

h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.3em;
}

p{
	color: #333;
}

a{
	text-decoration: none;
	color: #111;
}

a:hover{
	color: #444;
}

li{
	list-style: none;
	cursor: pointer;
}

.pane{
	z-index: 1000;
	border: 1px solid #ddd;
	width: 640px;
}

.handle{
	display: block;
	cursor: pointer;
}

.elevated{
	z-index: 100;
}


#wrapper{
	background: transparent url('img/braynepowercreative.png') center center no-repeat;
	height: 600px;
	z-index: 1;
	border: 0px solid #eee;
}

#slideshow{
	position: relative;
	top: 200px;
	left: 160px;
	height: 300px;
	width: 300px;
	overflow: hidden;
	z-index: 1;
}

#slidetrough{
	position: absolute;
	width: 900px;
	left: -300px;
	z-index: 2
}

#slide{
	position: absolute;
	left: 600px;
	z-index: 3;
}

#slidetitle{
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 100px;
	background: transparent url('img/transparent.png') 0 0 repeat;
	z-index: 4;
	border-top: 2px solid #eee;
}

#slidetitle div{
	margin: 10px;
}

#slidetitle h1, #slidetitle p, #slidetitle a{
	color: #eee;
	margin-bottom: 3px;
}

#slidewrapper{
	background: transparent;
	z-index: 100;
	display: block;
}

#footer{
	margin-right: 200px;
	margin-top: 0px;
	width: 90%;
	height: 30px;
	letter-spacing: 1px;
	font-family: Helvetica;
	font-weight: normal;
	text-align: right;
}


