@charset "UTF-8";

body {
	background-color: #333333;
	background-image: url(stripesTILE.gif);
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0px;
}
#container { width: 100%; height: 100%; display: table; }
#content {
	width: 1000px;
	height: 650px;
	margin:auto;
	background-color:#000;
	border: 2px solid #000000;
}
#box{ display: table-cell; vertical-align: middle; width: 100%; }





#thinbox {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: 960px;
	background-image: url(images/biglogo.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: right 860px;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 36px;
}
#indent {
	margin-left: 48px;
}
#indent p {
	margin-top: 40px;
}
h2 {
	font-size: 46px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}



