@charset "utf-8";
/* CSS Document */

body { 	height: 100%;
		padding: 0;	
		font-family: 'Open Sans', sans-serif;
		font-size:13px;	
		color:#FFF;
		text-align:left;		
		background:#000;
		margin:0px;
		position:relative;
		}	

html {
		height: 100%;
		padding: 0;
		}		
	
img{ border:none; }
