body {
	width: 780px;
	margin: 0px;
	padding: 0px; 
	font-size: 10px;
	text-align: center;
	align: center;


}

div#flashintro {
	width: 700px;
	height: 400px;
}

div#skipintro {
	width:700px;
} 

div#empty_banner {
	width: 780px;
	height: 25px;
}
 
div#logo_banner {
	width: 780px;
	height: 115px
}

div#menu {
	width: 780px;
	height: 25px;
}

div#main {
	width: 780px;
	height: 330px;
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 80%;
	text-align: center;
	overflow: auto;
	
	background-image: url(images/home_background.jpg);
	background-position: center center;

}	

div#rate {
	width: 375px;
	height: 355px;
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 100%;
	overflow: auto;
	background-image: url(images/home_background.jpg);
	background-position: center;
	background-attachment: fixed;
}

div#comment {
	width: 375px;
	height: 355px;
	font-family: Arial, Tahoma, sans-serif; 
	overflow: auto;
	background-image: url(images/home_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

div#information {
	width: 780px;
	height: 20px;
}

div#dbalogo {
	width: 780px;
	height: 30px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	font-size: 90%;
}

a:visited {
	color: #990099;
	text-decoration: none;
	font-size: 90%;
}

a:hover {
	color: #990099;
	text-decoration: underline;
	font-size: 90%;
}

/*a:active {
	color: #000099;
	text-decoration: none;
}*/

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	margin-left: 20px;
	font-size: 90%;
	text-align: left;
}

.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	margin-left: 20px;
	font-size: 90%;
	text-align: left;
}

.mycopyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  text-align: left;
  color: #000066;
}
.myterms {
	font-family: Arial, Helvetica, ands-serif;
	font-size: 70%;
	text-align: left;
	color: #000066;
}

.myheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-align: left;
  color: #0033CC;
  font-weight: bold;
 }

.myheading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: left;
  color: #0033CC;
  font-weight: bold;
 }
 
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  text-align: center;
  color: #0033CC;
  font-weight: bold;
 }
 
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: left;
  color: #660066;
  font-weight: bold;
 }
