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

body {
	background-color:#999;
}

#logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

h2 {
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}

#sitelink {
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}

#download {
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}

