html {
height: 100%;
}
BODY {
background-color:#000000
margin : 0px 0px 0px 0px;
text-align: center;
height:100%;
}
#general{
text-align: center;
width: 100%;
height: 100%;
margin: auto;
} 

#container{
text-align: left;
width: 1000px;
height:100%;
background : #000000 url(images/treadbckgnd.jpg) no-repeat;
margin: auto;
border: solid 1px #333333;
position:relative;
left:0px;
top:-600px;
} 

#containersplash{
	background : #000000 url(images/treadpattern.jpg) repeat;
	text-align: left;
	width: 1000px;
	height:100%;
	margin: auto;
	border: solid 1px #333333;
	position:relative;
	left:0px;
	top:-600px;
	padding-bottom:15px;
	overflow: visible;
} 

#logo{
text-align: left;
width: 200px;
margin: 0px;
position:relative;
left:20px;
top:10px;
}

#slogan{
text-align: left;
width: 332px;
margin: 0px;
position:relative;
left:240px;
top:-27px;
}

#logosplash{
	text-align: left;
	width: 200px;
	margin: 0px;
	position:relative;
	left:250px;
	top:-400px;
}

#tagsplash{
	text-align: left;
	width: 200px;
	margin: 0px;
	position:relative;
	left:470px;
	top:-435px;
}

#splash{
text-align: left;
width: 200px;
margin: 0px;
position:relative;
left:240px;
top:-26px;
}

#menu{
text-align: right;
width: 700px;
height: 60px;
margin: 0px;
position:relative;
left:300px;
top:-30px;
}

#credits{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width: 1000px;
	height: 20px;
	margin: 0px;
	position:relative;
	left:0px;
	top:70px;
}

#top{
	width: 1200px;
	height: 600px;
	background : url(images/top.jpg) no-repeat;
	margin: auto;
	position:relative; z-index:-1;
	left:0px;
	top:0px;
} 
.bold {
	font-weight: bold;
}

#enlaces{
	position:relative;
	left:260px;
	top:-400px;
	width:200px;
}
.splashlinks a:visited {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}
.splashlinks a:active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}
.splashlinks a:link {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}
.splashlinks a:hover {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.credits {
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.creditlink a:visited {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	padding-bottom:10px;
}
.creditlink a:active {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
		padding-bottom:10px;
}
.creditlink a:link {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
		padding-bottom:10px;
}
.creditlink a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:10px;
}

