@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	background-color: #d9f2ff;
	background-image: url(../images/Romanoff_Background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	height: 100%;
	margin:0;
}
#page {
	top:0;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	height: auto;
	margin-bottom: -175px;	
}
#content {
	background-image: url(../images/Romanoff_MainBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	width: 981px;
	padding-bottom: 200px;
}
#graph {
	height: 220px;
}
#letter {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#push{
	height:175px;
}
#footer {
	background-color: #143141;
	font-size: 10pt;
	color: #FFF;
	width: 100%;
	text-align: center;
	height: 175px;
	position: relative;
}
#footer a {
	color: #FFF;
}
#footer img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sponsor {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
	line-height: 30px;
}
