html,body,div,p,h1{margin:0;padding:0}
html{
	height:100%
}
body{
	background:url(slices/splash-bg.png) #CCCCCC top left repeat-x;
	height:100%;
	font-family:Arial, Helvetica, sans-serif
}

a{outline:none;}

#wrapper{
	width:376px;
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:url(slices/splash-back.png) repeat-y;
}

.title{
	text-align:center;
	padding:30px 0;
}

.logo{
	text-align:center;
	padding:20px 0 20px 0;
}

/*.links{
	background:url(slices/splash-links-back.png);
	margin:0 auto 20px auto;
	width:320px;
	height:30px;
	text-align:center;
	padding:12px 0 0 0;
}*/

.links{
	background:url(slices/splash-links-background.png);
	margin:0 auto 20px auto;
	width:320px;
	height:30px;
	text-align:center;
	padding:12px 0 7px 0;
}

.links a:link, .links a:visited{
	font-size:11px;
	text-transform:uppercase;
	color:#CCCCCC;
	text-decoration:none;
}

.links a:hover{
	font-size:11px;
	text-transform:uppercase;
	color:#FF1800;
	text-decoration:none;
}

.links p{
	font-size:11px;
	color:#CCCCCC;
}

.top-margin-link{
	padding-top: 3px !important;
}