@charset "utf-8";
/* Marlene's CSS */
html {
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

body {
background-color:#000000;
background-image:url(#);
background-position:bottom right;
}

a:link {
color:#000000;
text-decoration:none;
font-style:none;
}

a:visited {
text-decoration:none;
font-style:none;
}

a:hover {
text-decoration:none;
font-style:none;
}

.maintable{
margin-top:30px;
margin-left:auto;
margin-right:auto;
border: none;
}

/*Main Home Image*/
.home {
width:500px;
height:500px;
border:none;
}

.home a{
width:500px;
height:500px;
display: block;
background:url(images/homereg.png) no-repeat top left;
border:none;
}

.home a:hover{
background:url(images/homeover.png);
border:none;
}

/* .home a:active{
background:url(images/homedown.png);
border:none;
}*/


/*TOP LINKS*/
.bigmain {
width:500px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
}
.toplinks {
width:125px;
text-align:center;
background-color:#CCCCCC;
}
.monalisa {
width:500px;
height:71px;
}
.maintext{
text-indent:5px;
background:url(images/tblbg.png);
background-repeat:repeat-x;
background-position:top left;
background-color:#CECECE;
}

.divblock {
display: block;
width:100%;
}