/******************************************************************/
/****************** PETS STOP Prevention v 1.0 ********************/
/******************************************************************/

/***************************** RESET ******************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, select, small, strike, strong, sub, sup, textarea, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************************** GLOBAL ******************************/

body {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	line-height: 1.357em;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 5px 0;
}
a {
	text-decoration: none;
	color: #26a3ea;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
a:hover {
    color: #99cc33;
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul, ol {
	margin: 0 0 1.357em 0;
	list-style-position: outside;
}
hr {
	display: block;
	width: 100%;
	height: 0px;
    margin: 0;
	padding: 0;
    border: 0;
	border-top: 1px solid #cccccc;
	color: #cccccc;
	background-color: #cccccc;
}
sup {
	font-size: 0.85em;
	vertical-align: super;
}
sub {
	font-size: 0.85em;
	vertical-align: sub;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/*to enable resizing for IE*/
input, textarea, select {
	font-size: 100%;
}
blockquote, q {
	quotes:"" "";
}
.clearfloat {
	clear: both;
	margin: 0px;
	font-size: 1px;
    line-height: 0px;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure, maincontent, main {
	display: block;
}

/*************************** CONTAINERS ***************************/

.hCont {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}
.vCont {
	position: absolute;
	top: 50%;
	height:10em; margin-top:-5em;
	height: 100px;
}
.logo {
	float: left;
	margin: 1px 20px 0 0;
	width: 250px;
	height: 98px;
}
.info {
	display: block;
	float: left;
	width: 130px;
	margin: 0 0 0 0;
	padding: 16px 0 0 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}