*, html {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/site/bg.gif) top left repeat;
	color: #444444;  
	font-size: 18px;
	font-family: NimbusSan-Lig, Helvetica, Arial, sans-serif;
	text-align: center; 
}

h1 {
	font-family: Decima-Bold, Helvetica, Arial, sans-serif; 
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
	padding: 0;
	margin: 0 0 80px 0;
	/*text-shadow: #FFFFFF 2px 2px;*/
}

a , a:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #444444;
	text-shadow: #DADADA 1px 1px;
	transition:color 0.30s, text-shadow 0.10s, top 0.10s;
	-webkit-transition:color 0.30s, text-shadow 0.10s, top 0.10s; /*Safari and Chrome*/
	-o-transition:color 0.30s, text-shadow 0.10s, top 0.10s; /*Opera*/
}

a:hover {
	background: none;
	color: #444444;
	position: relative; 
	top: -2px; 
	text-shadow: #DADADA 1px 1px, #DADADA 2px 2px, #DADADA 3px 3px;
}

#content {
	width: 480px;
	margin: 0 auto;
	padding: 200px 0 0 0;
	line-height: 20px;
	position: relative;
	z-index: 1;
}

#content img.logo {
	position: absolute;
	left: 159px;
	top: 145px;
	z-index: 10;
}

.clear {
	clear: both;
	margin: 0 0 0 0;
}
