/* Copyright Hugh Collins 2010 */
body {
	margin: 0;
	background: #eee;
}
a {
	outline: none;
}
table {
	border-spacing: 0;
	vertical-align: top;
	*border-collapse: collapse;
}
table td {
	padding: 0;
}
#wrapper {
	width: 100%;
}
#wrapper table {
	width: 100%;
	height: 100%;
}
#title {
	position: absolute;
	right: 200px;
	top: 0;
	width: 356px;
	height: 36px;
	background: url(images/title.png);
}
#main {
	vertical-align: top;
}
#side {
	width: 200px;
	vertical-align: top;
	background: url(images/side.png);
}
#sidehead {
	width: 200px;
	height: 400px;
	background: url(images/sidehead.png);
}
#clouds {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 296px;
	height: 200px;
	background: url(images/clouds.png);
}
#cloudfade {
	position: absolute;
	top: 0px;
	left: 198px;
	width: 100px;
	height: 200px;
	background: url(images/cloudfade.png);
}
.sunrays {
	position: absolute;
	top: -41px;
	left: -41px;
	width: 198px;
	height: 198px;
	background: url(images/sunrays.png);
}
#sun {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 74px;
	height: 74px;
	background: url(images/sun.png);
}
#right {
	width: 200px;
	background: url(images/right.png);
	vertical-align: top;
}
#rightclouds {
	width: 200px;
	height: 300px;
	background: url(images/rightclouds.png);
}
#sidelinks {
	text-align: right;
	padding-bottom: 200px;
	margin-top: -80px;
}
#sidelinks a {
	color: #333;
	font-size: 18px;
	margin: 0 10px 5px 0;
	font-family: georgia;
	display: inline-block;
	text-decoration: none;
	padding: 4px 4px 0px 20px;
	border: 1px solid #999;
	background: url(images/button.png);
	height: 24px;
}
#sidelinks a:hover {
	color: #666;
	margin-right: 15px;
}
#sidelinks .open:hover {
	color: #333;
	margin-right: 0px;
	cursor: default;
}
#sidelower {
	width: 200px;
	height: 116px;
	background: url(images/sidelower.png);
}
#rightlower {
	width: 200px;
	height: 116px;
	background: url(images/rightlower.png);
}
#lowposition{
	position: relative;
}
#turbine {
	position: absolute;
	top: -230px;
	left: 100px;
	width: 30px;
	height: 127px;	
	background: url(images/turbinestand.png);
}
#propeller {
	position: absolute;
	top: -308px;
	left: 32px;
	width: 164px;
	height: 164px;
	background: url(images/propeller.png);
	*transform-origin: (50% 10%);
}
#header {
	height: 36px;
	background: url(images/header.png);
}
#footer {
	background: url(images/footer.png);
}
#pause {
	position: absolute;
	top: -85px;
	left: 5px;
	width: 32px;
	height: 32px;
	background: url(images/pause.png);
}
#pause.paused {
	background: url(images/play.png);
}
#content {
	position: relative;
	z-index: 1;
	background: #eee;
	min-height: 200px;
}