@charset "utf-8"; /* Vanity Vegas CSS Document */
/*---------------Begin-CSSreset---------------*/

html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #eee;
	margin:0;
	padding:0;
	text-align: center;
	overflow: hidden;
	background-color: #16191d;
	min-height: 600px;
	background-image: url(template/bgSpot.jpg);
	background-repeat: no-repeat;
	background-position: -40% -30px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {font-size: 12px;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0px auto;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
/*---------------Begin-Selector-Styles---------------*/

p {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 10px;
	color: #292e36;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 70px;
}
h2 {
	font-size: 1.5em;
	padding: 2px 0 2px 0;
	font-weight: 700;
	color: #333333;
}
h3 {
	font-size: 1.3em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	color: #333333;
}
h4 {
	font-size: 1em;
	padding: 2px 0 2px 0;
	font-weight: normal;
	color: #333333;
}
h5 {
	font-size: 0.75em;
	padding: 2px 0 2px 0;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a:link, .login a:link{
	color: #047F5D;
	text-decoration: none;
}
a:visited, .login a:visited {
	color: #047F5D;
	text-decoration: none;
}
a:hover, .login a:hover{
	color: #047F5D;
	text-decoration: underline;
}
a:active, .login a:active{
	color: #047F5D;
	text-decoration: underline;
}
hr {
	margin: 50px 0 8px 0;
	border: 0;
	height: 1px;
	background-color: #FFFFFF;
	color: #676767;
}

/*---------------Begin-Layout---------------*/

#wrapper {width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#top {margin-bottom: 10px;
	
}

#content { text-align: justify;
	font: 15px/1.25em Helvetica, Arial, sans-serif;
	color: #6f7c91;
	}

#footer {
	text-align: justify;
	font: 12px/1.25em Helvetica, Arial, sans-serif;
	color: #3c434f;
	margin: 10px 0 10px 0;
}

/*---------------Begin-Classes---------------*/

.clearing {
	clear:both;
}
.floatright {
	float: right;
}

.floatleft {
	float: left;
}
/*---------------Forms---------------*/