@charset "utf-8";
/* CSS Document */
body
{
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
	background: url('../attam/iMGS/sphalt.jpg');
	background-color: black;
}
#container
{
	position: absolute;
	left: 0;
	right: 0;
	vertical-align: middle;
	margin: auto;
	width: 900px;
	height: 800px;
	background-color: black;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #222;
	box-shadow: 6px 6px 20px #000;
	
	-webkit-box-shadow: 6px 6px 20px #000;
	-moz-box-shadow: 6px 6px 20px #000;
	-ms-box-shadow: 6px 6px 20px #000;
	-o-box-shadow: 6px 6px 20px #000;
	
	border-radius: 12px 12px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	-ms-border-radius: 12px 12px;
	-o-border-radius: 12px 12px;
}
#mainhead
{
	position: absolute;
	background-image: url('iMGS/gunner.png');
	background-position: -7px -5px;
	background-repeat: no-repeat;
	background-color:black;
	top: 15px;
	left: 50%;
	margin-left: -239px;
	padding:0;
	width: 479px;
	height: 114px;
	overflow:hidden;	
}
#merci{
	position: absolute;
	background-image: url('iMGS/merci.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 80px;
	bottom: 0;
	right: 30px;
	z-index: 1;
}
#crunkmetal
{
	background-image: url('../attam/iMGS/logoford.png');
	background-repeat: no-repeat;
	position:absolute;
	width: 455px;
	height: 60px;
	right: 30px;
	top: 136px;
	z-index:10;
}
#storyContainer{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	width: 100%;
	height: 100%;
	top: 195px;
	background-color: #000;
}
#column1
{
	position: relative;
	float: left;	
	height: 100%;
	width: 44%;
	top:2px;
	margin:0;
}
#spacer{
	position: relative;
	float: left;	
	height: 570px;
	width: 2px;
	top:2px;
	padding: 5px 0 6px 0;
	margin:0;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
	border-left: 1px solid red;
	border-right: 1px solid red;
}
#column2
{
	position: relative;
	float: left;
	height: 100%;
	width: 44%;
	top:2px;
	margin:0;
}
p{
	color:#ccc;
	text-align: justify;
	line-height:12px;
	text-indent: 20px;
	line-height: 1.2em;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;	
}

/* SIDEGRIP RT */
#sidegripRt
{
	position: absolute;
	background-image: url('../attam/iMGS/ADblockRT.jpg');
	background-repeat: repeat-y;
	background-position: 0 7px;
	width: 21px;
	height: 2010px;
	top:0;
	bottom:0;
	right: 0;
	z-index:9;
	border:0;
}
#sidegripFadeRt
{
	position:absolute;
	bottom:0;
	right: 0;
	width: 21px;
	height: 165px;
	z-index:10;
	background-image:url("../attam/iMGS/ADfadeRT.jpg");
	border:0;
	padding:0;
}
#atrt
{
	position: absolute;
	right: 10px;
	width: 15px;
	top: 0;
	bottom: 0;
	z-index: 11;
	background-repeat: repeat-y;
	background: url("../attam/iMGS/ATsidelineRT.jpg");
	border:0;
	border-right:1px solid #f90;
	border-left:1px solid #ccc;
}
/* SIDEGRIP LT */
#sidegripLt
{
	position: absolute;
	width:21px;
	height: 2010px;
	left: 0;
	top:0;
	bottom: 0;
	z-index: 9;
	background-repeat:repeat-y;
	background:url("../attam/iMGS/ADblockLT.jpg");
	background-position: 0 8px;
	border:0;
	
}
#sidegripFadeLt
{
	position:absolute;
	height: 165px;
	width: 21px;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url("../attam/iMGS/ADfadeLT.jpg");
	border:0;
}
#atlt
{
	position:absolute;
	left: 10px;
	width: 15px;
	top:0;
	bottom:0;
	background-repeat:repeat-y;
	background:url("../attam/iMGS/ATsidelineLT.jpg");
	border: 0;
	border-right:1px solid #ccc;
	border-left:1px solid #f90;
	z-index: 11;
}
#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 12px;
	width: 100%;	
	background-color:#110000;
	border-top: 1px solid #660500;
	z-index: 2;
}
#update
{
	text-align: right;
	margin-right: 36px;
	line-height:11px;
	color:white;
	font-size:11px;
	font-weight: 100;
	margin-right:30px;
	font-family: Geneva, Tahoma, Arial Rounded MT Bold, sans-serif;

}
