#topMenu .logo {
    float: none;
    text-align: center;
}

#topMenu ul, #topMenu ul li {
    float: none
}

#topMenu ul li a {
    padding: 5px;
    border-bottom: #444 dotted 1px;
}

#mainSection .infoVid{
    float: none;
    width: 100%;
    text-align: center;
}

#mainSection .infoContent {
    float: none;
    width: 100%;
    text-align: center;
}

.box {
    float: none;
    width: 100%;
    text-align: center;
}

#showcase {
    float: none;
    width: 100%;
	background: url('../images/gw32\ background.png') no-repeat center right bottom;
    height: 100%
}

.container {
    float: none;
	overflow: auto;
	padding: 0px 20px;
}

#showcase h1{
    float: none;
	font: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

#showcase .showcase-content {
    float: none;
	color: white;
	text-align: center;
	padding: 15px;
}

#showcase .showcase-content h1 {
	font-size: 50px;
	line-height: 1.2em;
}

#showcase .showcase-content p {
	line-height: 1.7em;
}

.box {
	float: none;
	width: 100%;
	padding: 50px;
    text-align: center;
}

#mainSection {
	height: 100%;
}
#mainSection .infoVid {
	float: none;
	width: 100%;
	min-height: 100%;
}

#mainSection .infoContent {
	float: none;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 30px;
	overflow: hidden;
}

#mainSection .infoContent {
	padding-bottom: 30px;
}