body {
	background-color:red;
	margin:0px;
	 IE 
	_margin:-3px;
	scrollbar-arrow-color:#DEE0CB;
	scrollbar-base-color:#d5cda7;
	scrollbar-highlight-color:#2b23c9;
	scrollbar-3dlight-color:#2b23c9;
	scrollbar-track-color:#d5cda7;
}
/* global container */
div.container {
	text-align:center;
	padding:0px;
	margin:0px;
	border:0px;
	width:100%;
	/*height:100%;*/
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	color:#151617;
	overflow:hidden;
}
/* end of global container */

/* links */
a {
	text-decoration:none;
}
a:link, a:visited, a:hover {
	color:#cbcbd2;
}
a.shift:hover {
	position:relative;
	left:1px;
	top:0px;
	color:white;
}
/* end of links */

/*towers title*/
div.title {
	font-size:28px;
	text-align:center;
	color:dark grey;
	font-weight:bold;
	margin:15px;
	letter-spacing: 18px;
}
/*end of towers title*/

/* index */
div.thumbnails {
	text-align:center;
	margin: 10px;
	padding: 10px;
}
img.smallimg {
	margin:10px;
}
div.towertext {
	font-size:18px;
	top:0px;
	left:4px;
	margin:4px;
	text-align:center;
}
div.expltext {
	font-size:14px;
	top:20px;
	left:44px;
	padding: 20px;
	text-align:justify;
	color:dark grey;
}
/* index */

/* center movie pages */
#csscenter {
	position:absolute;
	text-align:center;
	top:50%;
	left:0px;
	width:100%;
}
/* end of center movie pages */