/*------------------------------------------------------------------ 

[Stylesheet reset.css] 

Project:    		We Ain't Plastic 
Version:    		1.0 
Last change:    	
Autor:		    	Roland Loesslein (rl) 
Primary use:    	Screen 

-------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em; /* don't edit */
	color: #ffffff;
	border: none;
}


html, body {
	width: 100%;
	height: 100%;
}


html {
	font-size: 62.5%; /* don't edit */
}


body {
	background: #000000;
}


h1, h2, h3, h4{
	font-family: Arial, sans-serif;
	color: #ffffff;
}

a:link, a:visited { 
	outline: none;
	color: #ffffff;
	text-decoration: underline; 
}  


a:active, a:hover { 
	color: #ffffff; 
	text-decoration: none;
}

img { 
	border: 0px; 
}


.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
}


.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

