body {
	position: absolute;
	height: 95%;
	width: 95%;
	text-align: center;
}

.globalDivContainer {
	width: 700px;
	position: relative;	
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

.content {
width:693px;
height:140px;
margin-top: 50px;
}

.bottom {
clear:both;
}

.bottomLeft {
float:left;
width:48%;
margin-left: 10px;
}

.bottomRight {
float:right;
width:48%;
}