/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #4A0200;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #FF9;
}

a:link
{
	color: #FFBE33;
	text-decoration: underline;
	font-weight: normal;
}
a:visited
{
	color: #FBF200;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

p
{
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

h1
{
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 10px 0;
}

img { border: none; }


/* Structure */

div#content
{
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 835px;
	position: absolute;
}

div#main_text
{
	top: 315px;
	left: 60px;
	width: 375px;
	position: absolute;
}

div#store
{
	top: 520px;
	left: 800px;
	width: 200px;
	position: absolute;
}

div#store p
{
	font-size: 14px;
	line-height: 16px;
}

div#confuse
{
	top: 800px;
	left: 0px;
	width: 1024px;
	position: absolute;
}

div#confuse p
{
	font-size: 12px;
	text-align: center;
}


