/* RESET CSS */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family:BPG Arial;
}



@font-face {
    font-family: BPG Arial;
    src: url(/fonts/bpg_arial.ttf);
    font-weight:400;
	
}




/* BASIC MARKUP */

body {
	background:url(/ServiceDown/img/bg_pattern.jpg) #ededed repeat;	
	font-size:12px;
}


#header {
	  background-color: #489932; 
	  background: url(img/header_bg.png); 
	  background-repeat: repeat-x;
	  height:100px;
	  width:100%;
}

#headerHolder {
	width:1000px;
	margin:0 auto;
}


#header .logo {
	width:163px;
	height:62px;
	float:left;	
	margin-left:4px;
	
}





.offline_message 
{
    background-image:url(/ServiceDown/img/offline.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:150px;
    height:135px;
    text-shadow:0px 1px 1px #FFF;
    font-size:18px;
    margin:0 auto;

    width:470px;
}