* {
	margin: 0;
	padding: 0;
}

body {
	background: #a1a0a0 url('introBG.jpg') no-repeat center top;
}

a {
	color: #000;
	outline:none;
}

img {
	border: none;
	outline:none;
}

a:hover {
	color: #C60;
}

#outer {height: 100%; overflow: hidden; position: relative; width: 100%; top: 100px;}
#outer[id] {display: table; position: static;}
		
#middle {position: absolute; top: -100px; width: 100%; text-align: center;} /* for explorer only*/
/* #middle[id] {display: table-cell; vertical-align: middle; position: static;} */
#middle[id] {display: table-cell; position: static;}
		
#inner {position: relative; text-align: left;} /* for explorer only */
#inner {width: 900px; margin-left: auto; margin-right: auto; top:100px;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */
