@charset "UTF-8";


/* ------- All Styles - Layout and Presentation ------- */

#container {
	width: 800px;
	margin: 0 auto;
	height: 600px;
	background-image: url(../new_assets/homepage_backgound.png);
}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: center;
}
body  {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link  {
	text-decoration: none
}
a:visited {
	color: #000099;
	text-decoration: none
}
a:hover  { color: #ee3941; text-decoration: underline }
a img { border-style:none; }
.textLarge {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana;
	font-variant: normal;
	font-weight: bold;
	line-height: 18px
}
