* {
	margin:0;
	padding:0;
	
}

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }

#fullheight{
	height:100%;
	width: 100%;

}

html, body {
	background-color: #fff;

}

#content {
	background-image: url(../images/splashpage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 401px;
	width: 627px;
}

body {
	font-size: 100.01%;
}

html,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;

} 
a, a:link {
	color: #5d1e5e;
	text-decoration: underline;
	font-weight: normal;	
}

a:hover {
	color: #b2bb1c;
	text-decoration: none;
	font-weight: normal;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5d1e5e;
	line-height: 16px;
	margin-bottom: 22px;
	font-weight:normal;
}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2bb1c;
	line-height: 16px;

}

.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d1e5e;
	line-height: 16px;

}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2bb1c;
	line-height: 16px;
	font-weight:bold;

}
