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

* { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif }

.body { color: #eee; }

body, html {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
}

body { background: #3b3c3e url('images/bg.gif') no-repeat center top; }

.strip { background: #333334; color: #616161; padding: 20px; font-size: 11px; text-align: left; }
.strip a { color: inherit; text-decoration: none; }
.strip a:hover { color: #fff; }
.body { background: #333334;  padding-top: 3px; vertical-align: middle; }
.body-wrap { padding-top: 40px; padding-bottom: 40px; text-align: right; color: #5d5d5d; font-size: 11px; }

.strip div { display: inline; padding-right: 30px; padding-left: 10px; color: inherit; }

a { color: #999; text-decoration: none; }
a:hover { color: #fff; }

.body { min-height: 200px; font-size: 12px; }
