@charset "UTF-8";
/* CSS Document */

/* We define background color, and baody top margin and padding */
body {
	background-color: #eaedef;
	margin-top: 0px;
	padding-top: 0px;
	width:940px;
}

/* Our wrapper will be 940px wide, fixed and centered */
#wrapper {
	width: 940px;
	height: auto;
	margin: 0 auto;
}

/* This is used to obtain 10px gap between "real content" and footer */

#wrapper-content {
	margin-bottom: 0px;
}

/* These three following classes are used for top text, the one over header */
#top-text-left {
	padding-left: 650px;
	height:;80px;
	background-image:url(../images/login.png);
	text-decoration:none;
	text-shadow:#FFF;
}

#top-text-right {
	width:100%;
}

/* Main, 920px wide section of header */
#header-main {
	background-color: #2b2f32;
	width: 940px;
	height: 250px;
	float: left;
	color: #FFF;
}

/* class used to clear float */
.clear {
	clear: both;
}

.footer
{
position:relative;
width:100%;
padding-top: 5px;
margin-top: 8px;
border-top: 1px solid #777;
background:url(../images/footer.png) #161616 top no-repeat;
}

.footer p
{
	color:#9c9797;
	font-size:10px;
	line-height:13px;
	padding-bottom:20px;
	text-indent:0;
	margin:0;
	text-align: center;
}
.footercontent
{
width:90%;
margin:auto;
}

#paylas
{
	position: relative;
	float:left;
	padding:10px;
	background:top left url(../images/paylas.png) transparent no-repeat;
	height: 43px;
	font-family: Myriad Pro, sans serif;
	font-size: 15px;
	width: 175px;
	border:none;
}