/*  reset for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html, #main, #wrapper {
	width: 100%;
	height: 100%
}

#alternativeContent {
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: Arial, SansSerif;
	background-color: #000000;
	color: #ffffff;
}

p {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	color: #cccccc;
}

.textContent {
	padding: 100px 20px 0px 40px;
	position: relative;
	width: 400px;
	text-align: left;
}

#centeredContent {
	margin: auto;
	padding-top: 100px;
	width: 800px;
	height: 490px;
}
