html, body {
			height: 100%;
			font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #242424;
			margin: 0px;
			background-color: #EFEFEF;
}
		#main {
			background-image: url('../gfx/splash_flow.jpg');
			background-repeat: no-repeat;
			background-position: top center;			
			height: 638px;
			text-align: center;
}
#splash_choose {
			width: 750px;
			height: 185px;	
			margin-top: 224px;
}	
a {
		color: #242424;
		text-decoration: none;
}		
img {
		border: none;
}			
a img {
		border: none;
}	
#docs {
	width: 750px;
	display: none;
}
#docs img {
	width: 580px;
	margin: 0px 10px 20px 0px;
	border: 1px solid #cccccc;
	padding: 4px;
}
.swBtt {
	
}
.swBtt a {
	border: 2px solid #570A00;
	background: #860F00;
	padding: 2px 6px 2px 6px;
	color: #ffffff;
}
#docs, #docNfo {
	width: 100%;
}
#cnt {
	width: 657px;
	height: 382px;
	margin: auto;
	position: absolute;
	left: 34%;
	top: 390px;
}
#lnp {
	background: url('../gfx/lnp.png') no-repeat center top;
	width: 657px;
	height: 242px;
	padding: 160px 0px 0px 0px;
}
#cnt p {
	font-size: 12px;
	margin: 0px 0px 10px 30px;
}
#cnt p a {
	display: table;
	background: #360B14;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 3px 8px 3px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #ffffff;
}
#cnt p a:hover {
	border: 2px solid #360B14;
}
