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

html, body {
	 min-height:100%;
}

body {
	 font-family:courier new, serif;
	 font-size:15px;
	 background:#fff url('../images/psycow_bg.gif') no-repeat bottom right;
	 padding:0px;
	 margin:0px; 
	 color:#333;
	 min-height:100%;
	 }
	 
.textbox {
	position:absolute;
	bottom:60px;
	right:80px;
	width:290px;
	height:340px;
}

h1 {
	color:#f00;
	font-size:22px;	
}

a {
	color:#f00;
	outline:none;
	}
	
a:hover {
	color:#900;
	}
	
#logobox {
	position:absolute;
	top:0px;
	width:100px;
	background:#fff;
	padding:15px 10px 0 10px;
	left:5px;
}

#logobox img {
	border:0px;
	outline:none;
	margin-bottom:15px;
}
	
#footer {
	position:absolute;
	bottom:0px;
	width:110px;
	color:#888;
	padding:15px 10px;
	left:5px;
	font-size:11px;
}

	
#footer a {
	color:#FF9900;
}