document, body {
  /* Used to be able to use height: 100% on elements in the page */
  height:				100%;
  /* Set default font attributes for the whole document */
  font-family:			Verdana, Helvetica, Arial, sans-serif;
  font-size:			11px;
  color:#666666;
  line-height: 18px;
}

body {
  margin: 				0;
  /* Set the padding, Opera's default is not zero. */
  padding:				0;
  /* Also, we set the background color to white, because Netscape 6 Mac defaults to a background color of gray. */
  background-color:		#FFFFFF;
 
  /* Used to center content in IE, but you need to set "text-align: left;" in contained divs
  text-align:		center;*/
}

#divMain{
	position: absolute;
 	top: 37%;
 	left: 50%;
	width: 200px;

	margin-top: -100px;
	margin-left: -100px;
	border: none;
	text-align:center;
	border-color:#CCCCCC;
	padding-top: 20px;
}

h1{
  font-size:			20px;
  color:#666666;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
    line-height: 28px;
}

a{
  color:#FF6600;
}