/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background: #fff;
	color: #333;
	font: 12px Arial, sans-serif;
}

/* Base padding. */
#container {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 584px;
	height: 328px;
	
}

h1 {
	font-size: 24px;
}

p {
	clear: both;
	margin: 0 0 20px;
}

img {
	border: 0;
	font-size: 0;
}



#ss_title_shadow
	{
	display:none;
	position: absolute;
	top: 241px;
	left: 21px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	
	}

#ss_title_foreground
	{
	position: absolute;
	top: 240px;
	left: 20px;
	color: #ffffff;
	}
	
.ss_title_font
	{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	}

.ss_title_font a
	{
	color: white;
	text-decoration: none;
	}
	
.ss_title_font a:hover
	{
	color: white;
	text-decoration: underline;
	}




#ss_text_shadow
	{
	display:none;
	position: absolute;
	top: 275px;
	left: 21px;
	color: #fff;
	width: 350px;
	height: 50px;
	_border: white dotted 1px;
	border: none;
	font-size: 12px;
	line-height: 18px;
	}

#ss_text_foreground
	{
	position: absolute;
	top: 268px;
	left: 20px;
	color: #fff;
	width: 350px;
	height: 50px;
	border: none;
	}
	
.ss_text_font
	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

.ss_text_font a
	{
	color: white;
	text-decoration: none;
	}
	
.ss_text_font a:hover
	{
	color: white;
	text-decoration: underline;
	}

	