/* Resets everything */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img {margin:0px; padding:0px; border:0px; outline:0px; }
*{margin:0px; padding:0px; border:0px;}

/*html, body {
	height:100%;
	margin-bottom:1px;
	border:0px;
}*/
html{
	min-height: 100%;
	margin-bottom: 1px;
}

html, body{
	height:100%;
}

/* remember to define focus styles! */
:focus {outline:0px;}

/* root level interface */
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#555555; font-weight:normal; background-color:#FFFFFF; margin:0px; padding:0px; text-align:center; background-image:url(../images/header_bg.gif); background-repeat:repeat-x; background-position:left top;}
/*#wapper1{margin:0px auto; width:100%;}
#container1 {float:left; width:100%; margin:0px 0px 0px 0px; background-image:url(../images/header_bg.gif); background-repeat:repeat-x; background-position:left top;}*/	
#wrapper {margin:0px auto; width:998px; text-align:left;}
#container {float:left; width:998px;}