@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
	width:100%;
	margin:0;
	font-size:12px;
	text-align:justify;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #000000;
	color:#FFFFFF;
}
a{
	color:#999999;
}

#flashcontent{
		z-index:2;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-500px;
		margin-top:-250px;
		width:1000px;
		height:500px;
}
#footerflash{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-500px;
	width:1000px;
	text-align:center;
}
h2{
background:#FFFFFF;
color:#699EFF;
padding:3px;
}

p{
padding:10px;
color:#CCCCCC;
}
.packs{
	margin-left:0px;
	float:left;
}
.packs p{
	background-color:#000000;
	padding:5px;
}
h3{
text-align:center;
}