@CHARSET "UTF-8";
body {
	background: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-color: #f1f2ed;
	width:900px;
	margin:auto;
	font-family: Arial, Verdana, Trebuchet MS;
}

a:visited {color:blue;}
a:link {color:blue;}
a:active	{color:blue;}
a:hover	{color:blue;}
div {border:0px solid black; text-align:center;}
div#logo {background-image: url("../images/logo.png"); background-repeat:no-repeat;
background-attachment: scroll; background-position: left; height:100px; margin-top:70px; margin-left:30px;};

div.info {font-size:12pt; margin:auto; width:900px;}
p#data {margin:80px auto auto auto; font-size: 14pt; text-align:left;}

#divScroll{
        position:fixed;
        top:5px;
        right:5px;
        opacity:0.4;
        filter:alpha(opacity=40)
      }
      .scrollimgs{
        cursor:pointer;
      }
