/* CSS Document */
.button-rounded {
	width: 160;
	height: 15px;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background-image:url(../images/button.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000000;
}
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
.ab {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	hover: underline;
	}
.an {
	color: #000000;
	font-size: 12px;
	hover: underline;
	}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	}
.style2 {
	color: #000000;
	font-size: 14px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.style3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	}
.H1 {
	color:#FF0000;
	font-weight: bold;
	font-size: 24px;
	}