/* CSS PT 12/06/2009 */
/* ================================ */
/* = Splash Styling for Argenta.  = */
/* = (c) Copyright 2008 Amplexor. = */
/* = All Rights Reserved.         = */
/* ================================ */ 

body#splash
{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #E1E1DD;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
}

div#splash-panel 
{
	max-width: 700px;
	width: 300px;
	margin: 0 auto;
}

div#splash-panel div.left
{
	background: #E1E1DD url( 'img/css_splash.gif' ) left top no-repeat;
	padding-left: 20px;
}

div#splash-panel div.right
{
	background:  #E1E1DD url( 'img/css_splash.gif' ) right top no-repeat;
	padding-right: 20px;
}

div#splash-panel div.center
{
	background: #E1E1DD  url( 'img/css_splash.gif' ) center top no-repeat;	
	height: 140px;
	text-align: center;
	padding-top: 150px;
}

div#splash-panel h1, div#splash-panel h2
{	
	color: #73a21b /* #4A961D */;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	margin: 1em 0em 0em 0em;
}

div#splash-panel  a
{
	text-decoration: none;
	color: #666;
}

div#splash-panel  a:hover
{
	color: #444;
	text-decoration: underline;
}