




/*
     FILE ARCHIVED ON 19:06:09 Feb 8, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:07:04 Oct 23, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
html, body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4365a2;
	background-image: url(http://web.archive.org/web/20110208190609/http://sourcefortsmod.com/images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}
#container 
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 40px 0 0 0;
	width: 556px;
}
#trailercontainer 
{
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 40px 0 0 0;
	width: 740px;
}
#trailersection
{
	width: 740px;
	padding: 0px;
}
#mainsection
{
	width: 552px;
	height: 400px;
	padding: 0px;
	border: 1px solid black;
}
#trailer
{
	background-image: url(http://web.archive.org/web/20110208190609/http://sourcefortsmod.com/images/splash/trailer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 185px;
	height: 107px;
	padding: 0px;
	border: 0;
	float: left;
}
#trailer:hover
{
	background-position: 0px -107px;
}
#get
{
	background-image: url(http://web.archive.org/web/20110208190609/http://sourcefortsmod.com/images/splash/get.png);
	background-repeat: no-repeat;
	background-position: 0px -107px;
	width: 182px;
	height: 107px;
	padding: 0px;
	border: 2px solid black;
	border-bottom: 0;
	border-top: 0;
	float: left;
}
#get:hover
{
	background-position: 0px -214px;
}
#enter
{
	background-image: url(http://web.archive.org/web/20110208190609/http://sourcefortsmod.com/images/splash/enter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 185px;
	height: 107px;
	border: 0;
	float: right;
}
#enter:hover
{
	background-position: 0px -107px;
}
a.navlink, a.navlink:link 
{
	display:block;
	width:100%; 
	height:100%;
	line-height:0;
	font-size:0;
}
.center
{
	text-align: center;
}
a
{
	color:#FFFFFF;
	font-weight:bold;
}
a:hover
{
	text-decoration: none;
}

/* HACKETY HACK: Hides nested object from IE */
* html object.hiddenObject{ display: none; }

/* Displays second object on Mac IE */
/* IE Mac \*//*/
* html object.hiddenObject { display: inline; }
/**/
