body { background-color: #00a69c; background-image:url(); background-repeat: repeat-x; margin: 0px; }

* {
	margin:0;
	
	padding:0;
	
	list-style:none;
}

p {
	padding: 10px 0px 0px 0px;

}

a: link { outline:none;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#container {
	margin: 0px 0px 0px 0px;
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 900px;
}

#content-box {	
	margin: 30% 0px 0px 0px;
	
	width: 620px;
	
	float:left;
	
	z-index:99;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Images 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.logo {
	cursor: pointer;
	
	margin-top: 30%;
	
	margin-right: auto;
	
	margin-left: 100px;
	
	width: 151px;
	
	height: 193px;
	
	background-image: url(../images/splash/adg_logo.jpg);
	
	background-repeat: no-repeat;
	
	float: left;
	
	z-index:1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Splash Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.splashtext {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color: #FFFFFF;
	
	padding: 20px;
	
	line-height: 24px;

}

.splashtext A:link {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color: #f5a32e;
	
	text-decoration:none;
	
	font-weight: bold;

}

.splashtext A:visited {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color: #f5a32e;
	
	text-decoration:none;
	
	font-weight: bold;

}

.splashtext A:active {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color: #f5a32e;
	
	text-decoration:none;
	
	font-weight: bold;

}



.splashtext A:hover {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color: #fff;
	
	text-decoration:underline;
	
	font-weight: bold;

}
