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

body {
	margin:0px;
	background-repeat:repeat-y;
	background-position:center;
	background-color:#302917;
}

#wrapper {
	width:1000px;
	position:relative;
	margin:0px auto;
}

a#launch-button {
	display:block;
	width:318px;
	height:79px;
	position:absolute;
	left:609px;
	top:587px;
	background-image:url(images/government-launch-button_on.png);
	text-decoration:none;
}

a#launch-button:hover {
	background-image:url(images/government-launch-button_off.png);
}

a#launch-button span {
	visibility:hidden;
}

.quicklinks {
	display:block;
	width:160px;
	height:65px;
	position:absolute;
	top:593px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:0px;
}

.quicklinks a {
	color:#DF4426;
	text-decoration:none;
}

.quicklinks a:hover {
	color:#E5755A;
}
