/* Global CSS for all of entropyindustries.com */
html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: sans-serif;
	color: #36393D;
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	}
	
/* the white box floating on the background */	
#container {
	width: 800px;
	background: url(http://static.entropyindustries.com/public/arrow-line-logo-800-200.png) #EEEEEE no-repeat;
	background-color: #EEEEEE;
	position: relative;
	float: center;
	padding-top: 200px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	margin-top: 10px;
}

	
/* subtext at the bottom */
#footer {
	position: absolute;
	bottom: 5px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: x-small;
}
