/* CSS Document - luxan.eu - Coded by Group de Ceuster */
/****** HTML styles ******/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #00194F;
	background-image: url(/images/splash/bg_rep.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
p { 
}
a {
}
a:hover { 
}
/*this avoids having image replacement sections display a dotted outline*/ 
a:focus { 
	-moz-outline-style: none; 
	outline-style: none; 
}
a img {
	border: none;
}
h1 {
}
h2 {
}
/****** GUI styles ******/
#OuterWrap {
	margin: 0 auto;
	width: 650px;
}
#Logo {
	width: 650px;
	height: 112px;
	text-align: center;
	margin-top: 70px;
}
#Img {
	width: 650px;
	height: 97px;
	padding-top: 161px;
	text-align: center;
	background: url(/images/splash/img.jpg) no-repeat center 0px;
}
.SubWrap {
	width: 650px;
}
.SubWrap .Sub {
	float: left;
	width: 325px;
}
.ButtonWrap {
	height: 78px;
	width: 650px;
}
.ButtonWrap .Button {
	float: left;
	width: 130px;
}
#Txt {
	width: 650px;
	text-align: center;
	padding-top: 20px;
}
#Txt label {
	font-size: 14px;
	margin-left: 2px;
	color: #FFF;
}
#Txt p {
	padding-top: 30px;
}
