/******* 
colors
*******/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: url(../images/) #ccc repeat-x;
	font-family: Arial;
	color: #000;
	font-size: 1em;
	letter-spacing: .03em;
	line-height: 1.35em;
	text-align: center;
	margin: 0px auto 0px auto;
}

/*******  Eliminate border on links  *******/
a:active, a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

#Wrapper {
	width: 100vw;
	height: 100vh;
	max-width: 1024px;
	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 0px 0px 40px;
	
}








/*******  This Space Intentionally Left Blank  *******/