/* Copyright to Lillymon @ http://Lillymon.net/
/* Lillymon.net Main CSS - version 15  */

/* Basics */
html {
/* Moz */
height: 100%;
}
/* Main Layout */
body {
background: #232322 url(../images/bg.jpg) top center no-repeat fixed;
border-top: 25px solid #282828;
color:#d8d8d8;
font-size: 60%;
font-family: Tahoma, Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin:0;
padding:0;
}

/* Main Containter */
#content {
top: 180px;
height: 100% !important;
width: 600px;
background: #232322;
position: relative;
margin: 0 auto;
padding: 100px 10px 100px 10px;
-moz-border-radius-topleft:20px; 
-moz-border-radius-bottomleft:20px; 
-moz-border-radius-bottomright:20px;
-moz-border-radius-topright:20px;
}

/* Other Formatting */
h1{
font-family: 'Myriad pro', Helvetica, Arial Narrow, sans-serif;
font-weight:normal;
font-size:24px;
color:#c3e814;
margin: 10px 0px 10px 0px;
}
strong  { color : #b7b7b7; } 
b  { color : #b7b7b7; }   

/* Links */
a {
font-weight: bold;
color:#fff;
text-decoration:none;
}
a:hover {
color:#1cbbb4;
}

/* Image Links */
img {
border:1px solid #444;
background:#333;
margin: 3px;
padding: 5px;
}

a:hover img {  
margin: 3px;
padding: 5px;
border: 1px solid #444 !important;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
	