/*
====================================================================
   eComm Europe Conference Stylesheet
   by: Mihai Bocsaru, PRO IT Service (http://pro-it-service.com)
   for: Lee Dryburgh, eComm Media (http://ecommmedia.com)
   edit: 6/16/2009
====================================================================
*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 12px/1.5 Lucida Grande, Verdana, Arial, sans-serif;
	background-image: url(i/common/splash_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

a {
	color: #ff3300;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
#container-inner {
	margin-top: 9px;
}
#splash {
	width: 680px;
	height: 478px;
	margin: 0px auto;
}
#splash .header {
	width: 680px;
	height: 175px;
	background-image: url(i/common/splash_header_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#splash .header h1 {
	margin: 0 0 0 0;
	padding: 38px 0 0 0;
	text-align: center;
}
#splash .content {
	width: 680px;
	height: 214px;
	background-image: url(i/common/splash_content_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#splash .content h2 {
	margin: 0 0 0 0;
	padding: 46px 0 0 0;
	text-align: center;
}
#splash .content p {
	margin: 0 0 0 0;
	padding: 14px 0 0 0;
	text-align: center;
}
#splash .footer {
	width: 680px;
	height: 89px;
	background-image: url(i/common/splash_footer_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#splash .footer form {
	margin: 0 0 0 0;
	padding: 22px 0 0 286px;
}




