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

/* html */
html{ background-color:#c03;}
/* end html */

/* Main Container */
div#container{ position:relative;
background-color:#FFF;
width:780px;
height:100%;
margin-left:auto;
margin-right:auto;
padding:0;
border:inset #f00 2px;}
/* End Main Container */

/* Header */
div#header {text-indent:-9999px;
background:url(../images/icmainbanner.png) no-repeat;
padding:0;
margin:0;
margin-top:-21px;
width:780px;
height:168px;}
/* End Header */
