@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'Arial';
	src: url('../../fonts/arial.ttf');
}
@font-face{
	font-family: 'Tahoma';
	src: url('../../fonts/tahoma.ttf');
}
body
{
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
	background: url('../attam/iMGS/sphalt.jpg');
	background-color: #333;
}
#container
{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	height: 2020px;
	background-color: #c00;
	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/sathalph.png');
	background-position: -40px 0;
	background-repeat: no-repeat;
	background-color:black;
	top: 1px;
	margin-left: 27px;
	padding:0;
	width:894px;
	height:281px;
	border: 0;
	border-bottom:1px solid #f90;
	border-top:1px solid #f90;
	overflow:hidden;
	text-align:right;
	z-index:0;	
}
#merci{
	position: absolute;
	background-image: url('iMGS/merci.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 80px;
	bottom: -1px;
	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: 236px;
	z-index:10;
}
#interviewContainer{
	position: absolute;
	width:100%;
	height: 100%;
	top: 285px;
	background-color: #000;
}
#interviewintro
{
	position: relative;
	text-align:left;
	line-height:12px;
	height: 260px;
	top:2px;
	padding: 5px 40px 6px 40px;
	margin:0;
	color:#ccc;
	text-align: justify;
	text-indent: 20px;
	line-height: 1.2em;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#interview
{
	position: relative;
	text-align:left;
	line-height:12px;
	height: 1400px;
	width: 75%;
	top:2px;
	left: 60px;
	padding: 25px 40px 6px 80px;
	margin:0;
	margin-bottom: 20px;
	color:#ccc;
	text-align: justify;
	line-height: 1.2em;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#interviewHead{
	color: #666;
	font-size: 14px;
	margin-left: -92px;
}
#aandtract{
	color: #F90;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#aandtractalign{
	text-indent: -40px;
}
#wh{
	color: #F00;
	font-weight: bold;
}
#whalign{
	text-indent: -40px;
}
#sowhat
{
	position: absolute;
	line-height:12px;
	left: 0;
	padding: 0px 120px 20px 10px;
	margin:0;
	margin-top: -2px;
	color: #ccc;
	text-align: justify;
	line-height: 1.4em;
	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: 100%;
	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: 100%;
	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;
	border-left: 1px solid #f90;
	border-right: 1px solid #f90;
	z-index: 2;
}  
#copy{
	text-align: right;
	line-height: 11px;
	color: white;
	font-size: 11px;	
	margin-right: 36px;
	font-family: Geneva, Tahoma, Arial Rounded MT Bold, sans-serif;
}
