@charset "utf-8";
/* CSS Document */
@author "Orland Media - http://www.orlandmedia.com";

/* Sets up CSS shared common to all projects */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	margin: 0;
	padding: 0;
	height:100%;
}

a, object {
	outline: none;
}

a:link, a:visited {
	color: #FC0;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}


#noFlash {
	padding: 40px;
	padding-top: 30px;
	line-height:1.5;
}