/*Styling for game */
body {
    background: url(images/Web_bg_merge.gif) no-repeat;
    background-position: center;
    background-attachment: fixed;
    height:100%;
    font-size:10pt;
    font-family: Helvetica;
    color:#000000;
    }
p
{
font-family: Helvetica;
font-size: 10pt;
padding-left: 15px}
    
a.contact
{
	position: relative;
	margin-top: 100px;
	text-align: right;
	color: #000000;
}    
    
#content     
	{
	margin-top: -300px;
	margin-left: -485px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	}

#game{
 height: 600px;
 width: 800px;
 padding:0px;
 border: 1px #cc6644 solid;
  }

#right
{
 
 position:absolute;
     bottom:0;
     right:0;
	width: 80px;
	float: right;
    margin-right: 1px;
}  

#hardmode
{

margin-right: 820px;
 position:absolute;
     bottom:0;
     right:0;
	width: 160px;
	float: left;
    margin-left: 1px;

}

a.more
{
background: url(images/more_02.gif) no-repeat left;
width: 70px;
height: 50px;
}

a.more:hover
{
background: url(images/more_01.gif) no-repeat left;
text-decoration: none;

}

a.more span
{
visibility: hidden;
}

a.hard
{
background: url(images/btn_hardmode.gif) no-repeat left;
width: 160px;
height: 50px;
}

a.hard:hover
{
background: url(images/btn_hardmode.gif) no-repeat left;
text-decoration: none;

}

a.hard span
{
visibility: hidden;
}
a.normal
{
background: url(images/btn_normalmode.gif) no-repeat left;
width: 170px;
height: 50px;
}

a.normal:hover
{
background: url(images/btn_normalmode.gif) no-repeat left;
text-decoration: none;

}

a.normal span
{
visibility: hidden;
}

/*About the Game */


#content_more     
	{
	margin-top: -425px;
	margin-left: -485px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	}
#main{

 height: auto;
 padding:5px;
  }

#left{
width: 800px;
left: 10%;
top: 10%;
position: absolute;
border: 1px #cc6644 solid;
padding:5px;
} 

#right_back
{
 position:relative;
     bottom:0;
     right:0;
	width: 100px;
    height:50px;
	float: right;
vertical-align: bottom;

} 

#credits span{
font-faimly: arial ;
    font-size:12pt;
    color:#000000;
    text-align:left;}

a.back
{
background: url(images/back_02.gif) no-repeat left;
width: 70px;
height: 50px;
text-decoration: none;
}

a.back:hover
{
background: url(images/back_01.gif) no-repeat left;
text-decoration: none;
padding: 10px;
}

a.back span
{
visibility: hidden;
text-decoration:none;
}

#footer {
	height: 45px;
	clear: both;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	font-size: 10pt;
	text-align: center;
	color: #000000;
}
ul {
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;}

ul.circle {list-style-type: circle;
font-family: Helvetica;
font-size:10pt;}
          
ul.none {list-style-type: none;
font-family:Helvetica;
font-size:10pt;}

