@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
background-color: #020202;
font: normal 14px/24px Arial, Helvetica, sans-serif;
color:#414141;
}
a {
color: #CCC;
text-decoration:none;
}
a:hover {
color: #f58220;
font-weight:bold;
}


#header {
width: 100%;
height: 198px;
background-image:url(newimages/header_background.jpg);
}
#headerInner {
width: 960px;
height: 198px;
background-image: url(newimages/header.jpg);
margin: 0 auto;
}

#wrapper  {
width: 100%x;
background-image:url(newimages/content-background.jpg);
}
#mainContent {
width: 960px;
height: 370px;
color:#CCC;
background-image:url(newimages/content-logo.jpg);
margin: 0 auto;
text-align:center;
}

#textContent{
padding-top: 275px;	
}

#footerwrapper{
width: 100%;
height: 301px;
background-image: url(newimages/footer-background.jpg);
}
#footer1 {
width: 960px;
height: 301px;
background-image:url(newimages/footer1.jpg);
margin: 0 auto;
}
#footer2 {
width: 100%;
height: 132px;
background-image:url(newimages/footer-down.jpg);
margin: 0 auto;
text-align:center;
}