@charset "utf-8";
/* CSS Document */

body {
margin:0px;
background-image:url(images/floor.jpg);
background-position:center top;
background-repeat:repeat-y;
background-color:#000000;
}

table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.main {
padding:10px;
border-right-color:#999999;
border-right-style:solid;
border-right-width:1px;
}

.main2 {
padding:15px;

}


.title {
font:"arial narrow";
font-size:20px;
color:#999900;
}

.footer {
background-color:#E7DCB0;
height:40px;
}

a:link, a:active, a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
color:#333333;
text-decoration:underline;
}