@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
#wrapper {
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#d5d7d8;
	}
	
#header {
	background-color:#e5e5e5;
	min-height:175px;
	position:relative;
	}

#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:136px;
	position:relative;
	top:20px;
	left:20px;
	}

#address {
	position:relative;
	top:-66px;
	left:400px;
	width:400px;
	}
	
#address div {
	text-align:center;
	font-size:14px;
	color:#043d77;
	font-weight:bold;
	}

#title {
	padding-top:20px;
	color:#b41c2a;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	}

#tagline {
	text-align:center;
	font-size:18px;
	}

#remote_button {
	text-align:center;
	margin-top:75px;
	}

#footer {
	margin-top:75px;
	margin-left:75px;
	position:relative;
	font-size:12px;
	}

#footer #label {
	color:#b41c2a;
	width:75px;
	font-weight:bold;
	text-align:right;
	border-right-color:#b41c2a;
	border-right-width:2px;
	border-right-style:solid;
	padding-right:12px;
	}
#footer #history {
	position:relative;
	top:-42px;
	left:100px;
	width:480px;
	}
