
.clear {clear:both;}
/* -- TEXT -- */

/*@font-face { font-family: junegull; src: url(junegull.ttf) format("truetype") }*/

body { 
	font-family: "Omnes-Medium", "Omnes", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background: url(background.png) no-repeat;
	background-color: #f0f0f0;
	background-position: center top; 
	/*background-position:left;*/
	
}

p {
	color:#20b4e9;
	font-size: 1.85em;
}

a {
	text-decoration:none;
	color:#20b4e9;
}

a:hover {
color:#ee3523;
text-decoration:none;
}

#logoArt {
	padding:20px 0 0 0px;
}

#wrapper {
	width:775px;
	margin:0 auto;
	border-top:0;
	border-bottom:0;
	
}
#header {
	height:200px;
	position:relative;
}

#content {
	width:365;
	padding:25px 0 0 180px;
}

#launch {
	position:relative;
	float:left;
	width:100;
	padding:10px 0 0 0px;
}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#999;
}
