html, body {
margin : 0;
padding : 0;
}
body {
font : 73% "lucida sans", "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
color : #FFFFFF;
background : #1e1e1e;
background-image: url(images/bg.webp);
background-size: 100% auto;
background-repeat: no-repeat;
background-attachment: fixed;
}
#container {
width : 750px;
margin : 0px auto;
padding : 10px;
line-height : 1.5em;
background-image: url(images/black-bg.webp);
color : #b3b3b3;
}
#content {
margin : 0 0 20px 10px;
padding : 0;
}
#content p {
margin : 0 25px 5px 15px;
}
#content p a {
text-decoration : none;
background : inherit;
color : #286E87;
}
#content p a:hover {
text-decoration : underline;
color : #818181;
background : inherit;
}
/*#footer {
clear : both;
margin : 0;
padding : 0.5em;
color : #fff;
background : #e4e4e4;
}*/
h2 {
margin : 0 0 20px 0;
padding : 10px;
font-size : 140%;
letter-spacing : 5px;
color : #b3b3b3;
background : inherit;
}
h3 {
margin : 0;
padding : 20px 0 10px 20px;
font-size : 140%;
text-transform : none;
color : #fff;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
#footer img {
float : right;
}
*> html #footer img {
margin : 0;
}
a:link, a:visited {
color : #000;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #ccc;
background : inherit;
}
a:active {
text-decoration : none;
color : #fff;
background : inherit;
}
img {
border : none;
}
.quotebox {
margin : 10px;
border : 1px solid #fff;
padding : 20px;
color : #fff;
background : #818181;
font-size : 0.9em;
}
