@charset "UTF-8";
/* CSS Document */

/*UNIVERSAL*/
* { margin: 0; padding: 0; }

/*HTML*/
html { background-color:#fff; }

/*BODY*/
body { font-family:Arial, Helvetica, sans-serif; color: #333; text-align: center; line-height:1.6em; font-size:14px; }
#container { position:relative; margin: 0 auto; width: 100%;}


a:link { text-decoration:underline; color:#fff }
a:visited { text-decoration:none; color:#fff }



/*CONTENT*/
div#header { background:url(../images/header_bg.png) repeat-x; width:100%; height:102px; padding:0; margin:0; position:relative;}
div#header h1 { background: url(../images/header.png) no-repeat; height:102px; width:1024px; text-indent: -9999px; margin: 0; padding: 0;}

div#body { background:url(../images/main_bg.png) repeat-x; width:100%; height:472px; padding:0; margin:0; position:relative; }
div#body h2 { background: url(../images/main_body.png) no-repeat; height:147px; width:351px; text-indent: -9999px; margin: 0; padding: 0;}
div#body p { margin-left:15px; margin-right:70px; text-align:left; color:#fff}

div#footer { background:url(../images/footer_bg.png) repeat-x; width:100%; height:124px; padding:0; margin:0; position:relative;}
div#footer p { text-align:left; margin-left:10px; font-size:10px;}

div#w3c p { margin-left:10px; margin-top:15px;}

