@charset "UTF-8";

body {
	background:#ededed /* url(../images/1c.jpg) fixed no-repeat */;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

div.container
{
width:100%;
margin:0px;
	

}

#logo
{
width: 100%;
height:auto;
text-align:center;
padding: 125px 0 0 0;
}

.thrive
{
width: 100%;
height:auto;
padding:15px 75px 15px 0;
margin:0;
clear:left;
text-align:center;
font-size:15px;
color:#666;
text-transform:uppercase;
	
}

.help
{
width: 100%;
height:auto;
padding:10px;
margin:25px 0 25px 0;
clear:left;
text-align:center;
font-size:14px;
font-weight: bold;
color:#666;
text-transform:uppercase;
	text-decoration:none;
}

.help a:link
{
padding:10px;
margin:25px 0 25px 0;
background: #e84238;
color:#666;
border: 2px double #fff;
text-align:center;
text-transform:uppercase;
text-decoration:none;
}

.help a:hover
{
background:#e84238;
color:#666;
border: 2px double #fff;
}

.help a:visited
{
color:#666;
border: 2px double #000;
text-align:center;
text-transform:uppercase;
}

.help a:active
{
color:#f04a38;
border: 2px double #000;
text-align:center;
text-transform:uppercase;
}

.footer
{
width: 100%;
height:auto;
padding:15px 0 15px 0;
margin:0;
clear:left;
text-align:center;
font-size:10px;
font-weight: normal;
color:#666;
text-transform:uppercase;
}