/*  CSS-Stylesheet sebastienramirez.com
written by M.Schwarz  */
	

/* Basics  */

body {
	background-color:#FFF;
	font-size: 80%;
	background-image: none;
	margin: 0;
	padding:0;
	text-align: center;
}

#flashcontent {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top:-325px;
	width: 980px;
	height: 650px;
	text-align: left;
	clear:left;
}

#flashcontent2 {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-490px;
	width: 980px;
	height: 650px;
	text-align: left;
	clear:left;
}

#nonflashtext {
	position: absolute;
	height: 150px;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -250px;
	text-align: left;
	padding: 0px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

