@charset "UTF-8";
/* CSS Document */

body {
background-image:url('images/bg.jpg');
background-repeat: no-repeat;
background-color:#000000;
background-attachment:fixed;
font-family: Courier, monospace;
font-size: 10px;
color: #000000;
margin: 0 0 0 0;
padding: 0 0 0 0
}

a:link, a:visited {
color: #000000;
text-decoration:underline;
}

a:hover, a:active {
color: #999999;
text-decoration: underline;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
font-size: 26px;
letter-spacing:-2px;
margin: 0 0 0 0;
}

div.content{
float:left;
margin: 0px;
padding: 10px;
width:380px;
background-color: #ffffff;
}

div.container{
width:400px;
margin: 0 0 50px 50px;
padding: 0;
}

div.list{
width:190px;
float:left;
margin: 0px;
padding: 0px;
}

div.rule{
height:1px;
background-image: url(images/hrtile.gif);
background-repeat:repeat-x;
margin: 9px 0 0 0;
padding: 0 0 0 0;
}

img.rule{
float:none;
margin:10px 0 10px 0;
}





