/* 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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

body {
	font-family: "Segoe UI", "Helvetica", sans-serif;
}

#wrapper {
	width: 1000px;
	margin: auto;
	padding-top: 50px;
}

#logo{
	width: 200px;
	margin: auto;
	padding-bottom: 20px;}
#logo img{
	width: 200px;
}

h2{
	font-family: "Segoe UI Light", "Helvetica Neue", sans-serif;
	font-weight: 100;
	font-size: 40px;
	padding: 20px 0 0 40px;	}
h4{
	font-weight: 100;
	padding: 5px 0 0 40px;
	font-size: 12pt;
}

#boxart{
	float: left;
	clear: none;}
#boxart img{
	width: 400px;
}

#description{
	padding-top: 50px;
	width: 600px;
	float: right;
	clear: none;
	line-height: 1.5em;
}

#BootstrapperSection{
	border-top: 1px solid silver;
	padding-top: 20px;
}

ul{
	padding-left: 20px;
}

#download{
	height: 80px;
	text-align: left;
}

#button{
	float: right;
	clear: both;
	text-align: center;
	width: 90px;
}
#button a{
	font-size: 24px;
	color: red;
}

#eula{
	font-size: 10px;
	padding-top: 10px;
	float: right;
	clear: both;
}

#footer{
	padding-top: 50px;
	clear: both;
	text-align: center;
/*	background-color: silver;*/
	font: 10pt/1.5em sans-serif;
	color: rgba(51, 51, 51, 0.61);
}

#footer a{
	color: rgba(22, 75, 208, 0.68);
}