html {
    height: 100%;
}
body{
	height: 100%;
	margin: 0px;
  font: 12pt/18pt stratos, sans-serif;
	font-weight: 400;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,c4c4c4+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(196,196,196,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c4c4c4',GradientType=0 ); /* IE6-9 */

}
#logo{
	width: 400px;
	height: 307px;
	margin-top: 120px;
}
#logo img{
	width: 400px;
	height: 307px;
}
#details{
	width: 400px;
	height: 110px;
	position:relative;
	margin-top: 20px;
	text-align: center;
}
.wrapper {
	width: 400px;
	margin: 0px auto;
}
a:link, a:visited {
	text-decoration: none;
	color: #676767;
}
a:hover {
	text-decoration: none;
	color: #000;
}
b {
	font: 19pt/22pt verveine, sans-serif;
	font-weight: 400;
}
i {
	font: 17pt/22pt verveine, sans-serif;
	font-weight: 400;
	color: #676767;
}
