html {    
	display: block;    
	height: 100%;
}

body {    
	display: block;   
    height: 100%;
}

#homePageContent {
	width:960px;
	height:100%;
	min-height: 100%;
	margin:4% auto auto auto;
}

#getFlash {
	position: relative; 

}

#enterSite {
	position: relative; 
	top: 2px;
}

#smootheBrand {
	position: relative; 
	top: 30px;
}

#newsInfo {
	position: relative; 
	top: 200px;
}

#towers {
	width:140px;
	height:142px;
	position: relative; 
	top: 80px;
}

a.towerclass { 
        background:url(images/homePage/towers.jpg) repeat 0px 0px; 
        width: 140px; 
        height: 142px; 
        display: block; 
}

a.towerclass span { 
        display: none; 
}

a.towerclass:hover { 
        background: url(images/homePage/towers.jpg) repeat -140px 0px; 
}

#awardLinks {
	position: relative; 
	height:100px;
	top: 180px;
}

#flashPageContent {
	width:960px;
	height:620px;
	margin:auto auto auto auto;
}

img {
	border: 0px;
}






