* { margin: 0; padding: 0; }

html {
	/*background: url(../img/background_grungy700.gif) repeat;*/
	font-family: Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 12px;
	
	height: 100%;
}

body {
	background: url(../img/screen.png) no-repeat;
	height: 100%;
}

#wrapper {
	background: transparent;
	padding: 220px 0 0 236px;
	text-align: right;
	width: 300px;
}

p {
	margin-bottom: 12px;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration:none;
   color:#7B2209;
}
