body {
	background-color: #000;
	background-image: url(rhlsbg.jpg);
	background-attachment:fixed;
}

a:link {
		text-decoration: none;
}

a:hover {
	color: red;
}


p		{ font-size: 1em; 
		margin: 0 0 15px 0;
		 color: #ccc;}

h1		{ font-family: Helvetica, sans-serif; font-size: 4.0em;
		letter-spacing: -1px; color: #ccc; }

h2		{ font-family: Helvetica, 							sans-serif; font-size: 2.0em;
		letter-spacing: -1px; 
		color: #ccc; }

h3{
	 font-family: Helvetica, sans-serif; 
	font-size: 1.5em;
	letter-spacing: -1px; 	
	color: #ccc; 
}

/*********MENU**********/

#page-wrap{

}

div.post 	{ width: 500px; }

/****************DIV**************/



div#apDiv4
{
	position: absolute;
	top: 150px;
	left: 200px;
	width: 1000px;
	height:158px;
	z-index:3;


}

#apDiv4 h1 
{
	display: inline;
	font-family: Impact, Charcoal, sans-serif;
	margin: 0px 10px;
	font-size: 35px;
}

#apDiv4 h1 a
{
		text-decoration: none;
		color: #C3C3C3
}

#apDiv4 h1 a:hover
{
	color:red;
}

div#content
{
	postion: absolute;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;

}

div.trans
  {
	position: relative;
  width:auto;
  height:auto;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
padding: 5px;
  }

.page-wrap
{
	position: absolute;
	top: 0px;
	left: 0px;
}




div#logo
{
	position: absolute;
	top: 250px;
	left: 50px;
	z-index: 5;
}

div#words
{
	position: absolute;
	top: 250px;
	left: 1500px;
	width: 4000px;
	
	z-index; 6;
}

#words h2 {
	font-size: 14em;
	color: #C3C3C3;
}

div#shop
{
	position: absolute;
	top: 30%;
	left: auto;
	right: auto;
}

#footer{
	position: fixed;
		width: 500px;
		top: 90%;
		bottom: 0px;
		left: 0px;
		//margin-left: auto;
		//margin-right: auto;
		text-align: left;
                padding-top: 20px;
                /**border-top-width: 1px;
                border-top-style: solid;
                border-top-color: #ccc;**/
		border: none;
                font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #333;
                margin: 0px 10px;
		

}
#footer a
{
	color: #333;
}

/*****IMAGE***********/

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


