* {
	-webkit-transition: color .2s ease-in, opacity 5s ease, -webkit-transform .2s ease-in-out 0;
	-moz-transition: color .2s ease-in, opacity 5s ease, -webkit-transform .2s ease-in-out 0;
	-o-transition: color .2s ease-in, opacity 5s ease, -webkit-transform .2s ease-in-out 0;
	transition: color .2s ease-in, opacity 5s ease, -webkit-transform .2s ease-in-out 0;
}

html, body {
height: 100%;
}

body {
	background: #fff url('artwork.jpg') no-repeat scroll 50% 0%;
	background-position: 0 -138px;
	text-align: center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
	font-family: "brevia-1","brevia-2",sans-serif;
	font-smooth: always;
	font-weight: 100;
	color: #fff;
	margin: 0;
} 
a {
text-decoration: none;
	color: #fff;

}
#topbar {
	font-size: 10px;
	letter-spacing: 1px;
	background: #000 url('../bodybg.png') ;
	padding-bottom: 12px;
	padding-top: 12px;
	text-indent: 50px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	color: #ccc;
	width: 100%;
	position: fixed;
	border-bottom: #333 solid 1px;
	opacity:0.95;
	filter:alpha(opacity=95)
}
#topbar #download {
	float: right;
	margin-right: 50px;
}
#topbar #download a {
	color: #ccc;text-decoration: none; font-weight: none;
	-moz-transition: all .35s linear;
}
#topbar #download a:hover {
	color: #08C1DE; 
}

#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
} 
#wrapper #inner-header {
	overflow: visible;
	position: absolute;
	top: 40%;
	width: 98%;
}

#button {
	display: inline;
	background: #333 url('../bodybg.png') ;
	opacity:0.85;
	filter:alpha(opacity=85)
	font-size: 24px;
	letter-spacing: 2px;
	width: 100px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	-moz-transition: opacity .35s linear;
}
#button:hover {
	opacity:0.55;
	filter:alpha(opacity=55)
}
#button a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.bubble {
	font-family: "brevia-1","brevia-2",sans-serif;
	display: inline;
	background: #333 url('../bodybg.png') ;
	opacity:0.85;
	filter:alpha(opacity=85)
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: 2px;
	width: 100px;
	padding: 7px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	border: 0;
	-moz-transition: opacity .35s linear;
}

.bubble:hover {
	opacity:0.55;
	filter:alpha(opacity=55)
}


#disclaimer {
	display: none;
	margin-top: 20px;
	background: #333;
	opacity:0.75;
	filter:alpha(opacity=75)
	font-size: 24px;
	letter-spacing: 2px;
	width: 300px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
.input {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "brevia-1","brevia-2",sans-serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	border: 1px solid #333;
	background: #222 url('../bodybg.png');
	color: #ddd;
	padding: 5px;
	text-align: center;
	display: block;
} 

.submit {
	display: inline;
	text-transform: uppercase;
	background: #222 url('../bodybg.png');
	color: #fff;
	font-family: "brevia-1","brevia-2",sans-serif;
	opacity:0.85;
	filter:alpha(opacity=85)
	font-size: 24px;
	letter-spacing: 2px;
	padding: 5px;
	margin-bottom: 8px;
	border: 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
.submit:hover {
	opacity:0.55;
	filter:alpha(opacity=55)
}
.submit a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
#pglink a {
height: 55px;
background: url(../_images/pg.png) top no-repeat;
width:80px;
margin: 0 auto;
display:block;
text-indent: -9999px;
}
	