html, body {
        background-color: #ededed;
	font: 13px arial;
	}

a { text-transform: uppercase; }
a:link, a:visited { color: #999999; }
a:hover, a:active { color: #000; }
a:focus { outline: none; }

a img { border: 0 none; }

#content {
	position: relative;
	padding: 20px;
	background: #FFF;
	}

#footer {
	padding: 20px 0;
	text-align: right;
	}