/* Background pattern from Subtle Patterns */
body{
background-image:url('rp2.png');
background-repeat:repeat;
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
letter-spacing:2px;
line-height:20px;
}
a{
text-decoration:none;
color:#999966;
transition: color 0.5s;	
}
a:hover{
color:#003300;
}
#container{
position:absolute;
top:50px;
left:100px;
height:auto;
width:600px;
background-color:#FFFFFF;
padding:15px;
opacity:0.9;
}
#left{
float:left;
}
#left a{
display:block;
height:20px;
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-weight:300;
text-transform:uppercase;
text-align:center;
text-decoration:none;
color:#999966;
letter-spacing:9px;
margin:0 auto;
}
#left a:hover{
background-color:#FFFFCC;
color:#999966;
letter-spacing:5px;
border-bottom:none;
opacity:0.8;
letter-spacing:9px;
}
#right{
float:right;
width:315px;
height:300px;
overflow:auto;
}
#footer{
clear:both;
margin:0 auto;
padding-top:15px;
font-size:8px;
text-align:center;
text-transform:lowercase;
letter-spacing:3px;
line-height:15px;
}
h1{
font-family: 'Homemade Apple', cursive;
font-size:15px;
text-transform:lowercase;
margin-left:5px;
}
.ph{
opacity:1;
margin-bottom:10px;
}
.sp1{
color:#999966;
font-weight:bold;
}
.imf{
border:7px solid #999966;
{
::-webkit-scrollbar {width: 10px; height: 2px; background:#FFFFCC;}
::-webkit-scrollbar-thumb {background-color:#999966 ; border: 0px solid black;}

::selection {color: #999966; background: #FFFFCC;}
::-moz-selection {color: #999966; background: #FFFFCC;}
::-webkit-selection {color: #999966; background: #FFFFCC;}