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;
	font-size: 100%;
	background: transparent;
}

body {  
     line-height: 1;
     background-color: #ffffff;
     text-align: left;
     font-size: x-large;
	 background-image: url(../Images/bg.jpg);
	 background-repeat: repeat-x;
}  

ol, ul, li {  
    list-style: none; 
	display: inline;
} 

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#header {
	height: 128px; 
	width: 780px;
	background-image: url(../Images/headerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    text-align: left;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
}