@charset "utf-8";

/******* BROWSER RESET START ******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* clearfix hack to ensure #content always renders correctly */
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}


.clearfix:after {select-language:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}


/**********************************************************/
/*  Browser reset is to ensure that all the different browsers'
quirks are removed and give us a blank canvas.
***********************************************************/


/*** PNG FIX HERE ****/
img, div, a, input { behavior: url('css/iepngfix.htc') }
/*********************/






body {
	background:#333 url(../images/cam-oil_under-construction.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


div#wrapper {
	margin-left:auto;
    margin-right:auto;
	width:980px;
	height:1100px;
	position: relative;
	margin-top:0px;
}

div#email {
	font: 1em 'Armata', sans-serif;
	line-height:1.4em;
	color: #fff;
	text-align:center;
	width:800px;
	margin-left:90px;
	margin-top:500px;
}

a:link {
    font: 1em 'Armata', sans-serif;
	text-decoration: none;
	color: #fe6102;
}

a:visited {
	font: 1em 'Armata', sans-serif;
	text-decoration: none;
	color: #fe6102;
}

a:hover {
	font: 1em 'Armata', sans-serif;
	text-decoration: underline;
	color: #02f5fe;
}
