body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#000;
	color:#FFF;
	font:normal 0.7em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
h1 {
	font-variant:small-caps;
	font-weight:normal;
	color:#947E44;
}
/*hide from ie on mac\*/
html {
	height: 100%;
	overflow: hidden
}
#flashcontent {
	width: 100%;
	height: 100%;
}
/* end hide */

a { color:#947E44; }
a:hover { color:#ffffff; }
#header h1 {
	background:url(../images/gaiademologo.png) no-repeat;
	width:99px;
	height:68px;
}
#header h1 span, #header hr { display:none; }
#copy {
	padding:30px;
	width:450px;
	margin:20px auto;
	background:#333333;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
a#enlace-noflash {
	display:block;
	background:#947E44;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-decoration:none;
}
a#enlace-noflash:hover {
	background:#FFF;
	color:#947E44;
}
p#get-flash {
	background:#CC3300;
	padding:10px;
	width:490px;
	margin:20px auto;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
	font-variant:small-caps;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
}
p#get-flash a {
	color:#eee;
	font-size:0.8em;
}