@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bcc0c1), to(#ececec));
 
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(top, #ececec, #bcc0c1);
 
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, #ececec, #bcc0c1);
 
        /* IE 10 */
        background: -ms-linear-gradient(top, #ececec, #bcc0c1);
 
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, #ececec, #bcc0c1);
  }
 

.container {
	padding-top: 100px;
}

#description {
	 width: 700px;
	 margin-left: auto;
	 margin-right: auto;
}

#description-2 {
	 width: 700px;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 20px;
	 background-color: #e0e0e0;
	 border: thin #ababab solid;
}

#logo {
	width: 636px;
	margin-left: auto;
	margin-right: auto;
}

#button {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
	

.text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	text-align: justify;
}

.contact {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
	line-height: 19px;
	text-align: center;
}

.contact a:link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #B80306;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.contact a:visited {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #B80306;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.contact a:hover {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FF0004;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

