/* DogHaus arts 2.0, main styles */

* {
	margin:0px;
	padding:0px;
	}
	
html {
	background-color: #fff;
	}
	
	
body {
	width: 100%;
	height: 100%;
	overflow: hidden;	
	color:#fff;
	}
/*Fixes extra space around images*/

h1 {
	display:none;	
}

#center{
	text-align: center;
}
#flash {
padding-top:100px;
}
#noflash {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 1px 1px 0);
	overflow: hidden;
	text-indent: 10px;	
	background-color:blue;
}


/*-----------------------------------------------------*/	
	

