@charset "UTF-8";

/*======================
BASE
======================*/

* {
margin: 0;
padding: 0;
}

body {
	background-image:url(../images/bg.jpg);
	background-color: #5E0505;
	background-repeat: repeat-x;
	background-position: left top;
	margin:5px 0 0 0;
}

#container{
	margin:0px auto 20px auto;
	padding-bottom:10px;
	width:790px;
}

#container h1{
	margin:0;
	padding:0;
}


.left{
	float:left;

}

#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 600px top;
	position:relative;
	text-indent: -99999px;
	min-height:35px;
	height: auto !important;
	height: 35px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

