@charset "utf-8";
/* 					MAIN.CSS				 	*/
/* 			(C) 2008 Scorpion Lacrosse 			*/
/*			 By Nicholas Creative Media			*/

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	width: 1000px;
	margin: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background-color: #000;
}
img { border-width: 0px !important; }
#container {
	width: 1000px;
	text-align: left;
	margin: auto;
	background: #000 url(../images/bg.jpg) repeat-y;
}
#top {
	width: 1000px;
	height: 20px;
	border-bottom: 1px solid #666;
	background-color: #000;
}
#logos {
	width: 920px;
	height: 134px;
	padding-left: 40px;
	padding-right: 40px;
}
#sticks {
	width: 1000px;
	height: 240px;
}
.box {
	width: 160px;
	height: 120px;
	float: left;
	padding-top: 120px;
	padding-left: 40px;
}
#footer {
	margin-top: 140px;
	height: 40px;
	border-top: solid 1px #666;
	background-color: #000;
	padding-top: 10px;
	color: #666;
}
#footer a { text-decoration: none; color: #666; }