/*----------------------------------------*
**  Global
**----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #FFF;
  }
div,p,h1,h2,h3,ul,li {
  margin: 0;
  padding: 0;
  }
h1 span,h2 span,h3 span {
  display: none;
  }

/*----------------------------------------*
**  Layout
**----------------------------------------

#container {
	position: relative;
	width: 952px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 694px;
	background-image: url(../images/splash_bkgrnd.png);
  }
*/
/*----------------------------------------*
**  Links
**----------------------------------------*/

a:link { color: #666600; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:visited { color: #666600; background-color: transparent; text-decoration: underline; font-weight: bold; }
a:hover   {color: #9d1f60; background-color: transparent; text-decoration: underline; font-weight: bold; }

/*----------------------------------------*
**  #Left Container and logo
**----------------------------------------*/

#left_container {
	float: left;
	/*position: absolute;*/
	margin-left: 0px;
	margin-top:0px;
	width: 351px;
	height:100%;
	padding-top: 0px;
}
#logo {
	background-image: url(../images/diadem_logo_splash.png);
	background-repeat: no-repeat;
	margin-top:255px;
	margin-left:20px;
	height: 127px;
	width: 318px;
	}

/*----------------------------------------*
**  #Center Top Container and Text
**----------------------------------------*/

#center_top_container {
	position: relative;
	margin-left: 365px;
	margin-top:65px;
	margin-bottom:35px;
	width: 520px;
	padding-top: 0px;
  }
#center_top h3    {
	color: #9e005d;
	font-family: "arial", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 65px;
}
#center_top p    {
	margin-top: 15px;
	color: #000;
	font-family: "arial", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0px;
}
#center_top_purple p    {
	margin-top: 15px;
	color: #9e005d;
	font-family: "arial", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*----------------------------------------*
**  #Center Bottom Container and Text
**----------------------------------------*/

#center_bottom_container {
	position: relative;
	margin-left: 365px;
	margin-top:0px;
	margin-bottom:35px;
	width: 520px;
	padding-top: 0px;
  }
#center_bottom_left_container {
	float: left;
	/*position: absolute;*/
	margin-left: 0px;
	margin-top:0px;
	width: 250px;
	padding-top: 0px;
  }
#center_bottom_left p    {
	margin-top: 0px;
	color: #555f00;
	width:250px;
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#center_bottom_right_container {
	position: relative;
	margin-left: 270px;
	margin-top:0px;
	width: 250px;
	padding-top: 0px;
  }
#center_bottom_right p    {
	margin-top: 0px;
	color: #555f00;
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.center_bottom_purple    {
	margin-top: 0px;
	color: #9e005d;
	font-family: "arial", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#enter {
	background-image: url(../images/enter_button.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left:158px;
	margin-top:20px;
	height: 100px;
	width: 80px;
	}
