body{
	background-color:#FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	height: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
	color: #000000;
}
html {
  height: 100%;
  overflow: hidden;
}

#cont {
	background-image: url(../images/bg_splash.jpg);
	background-repeat: no-repeat;
	width: 800px;
	display: block;
	height: 400px;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;/* half elements height*/
	margin-left:-400px;/* half elements width*/
}
#full {
	height: 44px;
	width: 331px;
	display: block;
	padding: 0px;
	text-indent: -9999px;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
}
#full a:link, #full a:visited, #full a:active  {
	margin: 0px;
	height: 44px;
	width: 331px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_full.png);
	text-indent: -9999px;
	background-position: 0px 0px;
}

#full a:hover {
	background-position: 0px -44px;
	background-repeat: no-repeat;
	display: block;
}
#basic {
	height: 29px;
	width: 331px;
	display: block;
	padding: 0px;
	text-indent: -9999px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
}
#basic a:link, #basic a:visited, #basic a:active  {
	margin: 0px;
	height: 29px;
	width: 331px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/btn_basic.png);
	text-indent: -9999px;
	background-position: 0px 0px;
}

#basic a:hover {
	background-position: 0px -29px;
	background-repeat: no-repeat;
	display: block;
}
#txt {
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	width: 400px;
}
#container-home {
	min-height: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	height: 100%;
	width: 100%;
}
:focus
{
  -moz-outline-style: none;
}

