a img{
	border: none;
}

body {
	text-align: center;
	background-color: #808080;
}

#groundZero {
	position: relative;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	height: 100%;
	background-color: #808080;
}

#leftWrapper {
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	width: 200px;
	height: 2000px;
	text-align: center;
}

#logosquare {
	height: 200px;
	background-color: black;
}

#leftContent {
	left: 0px;
	top: 0px;
	padding: 0;
	height: 100%;
	text-align: left;
}

#leftMenu {
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	width: 150px;
	height: 100%;
	text-align: center;
	background-color: #808080;
}

#linkBtn {
	left: 0px;
	top: 0px;
	height: 100px;
}

#redBar {
	float: right;
	left: 150px;
	top: 0px;
	width: 50px;
	height: 100%;
	background-color: red;
}

#rightWrapper {
	float: right;
	top: 0px;
	width: 800px;
	height: 2000px;
}

#rightContent {
	top: 0px;
	width: 100%;
	height: 200px;
}

#rowOne {
	float: top;
	text-align: center;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: gray;
}

#rowTwo {
	text-align: center;
	top: 50px;
	width: 100%;
	height: 50px;
	background-color: yellow;
}

#rowThree {
	text-align: center;
	top: 100px;
	width: 100%;
	height: 100px;
	background-color: white;
}

#mainFrame {
	float: left;
	top: 200px;
	width: 100%;
	height: 100%;
	background-color: #C0C0C0;
}

#mainLeftWrapper {
	text-align: center;
	float: left;
	width: 50%
}

#mainRightWrapper {
	text-align: center;
	float: right;
	width: 50%
}

#mainCenterWrapper {
	top: 50px;
	text-align: center;
	float: center;
	width: 100%
}

#leftMain {
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 299px;
}

#rightMain {
	margin-top: 50px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 299px;
}

#centerMain {
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	width: 699px;
}

#letterMain {
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 699px;
}

