* {
	font-family: Trebuchet MS ;
	padding: 0 ;
	margin: 0 ;
	border: none ;
	}

body {
	width: 100% ;
	height: 100% ;
	background: url(../img/modepoly-bg.png) ;
	}
	
ul#links {
	position: absolute ;
	right: 0 ;
	bottom: 0 ;
	padding: 0 10px 10px 0 ;
	list-style: none ;
	text-align: right ;
	line-height: 1.2em ;
	}
	
ul#links li,
ul#links li a {
	color: #c17521 ;
	font-size: 8pt ;
	text-transform: uppercase ;
	}
	
form textarea {
	text-transform: lowercase ;
	font-family: "Courier New", Courier, monospace ;
	}
	
ul#links li a {
	border-bottom: 1px dotted #c17521 ;
	text-decoration: none ;	
	}
	
object,
embed {
	background: none ;
	}
