/*#############################################################
Name: Contaminated
Date: 2007-01-04
Description: A trash style website template
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FF3;}
a:hover {color: #AA3;}

body {
	background: #111 url(img/bg.jpg) no-repeat left top; 
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;

