/* CSS Document */

body {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #1D2049;
	
}

#main {
	/*width: 100%;*/
	/*overflow: auto;*/
	
	
	height: 100%;
	position: absolute;
	top: 56%;
	height: 312px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: -200px;
	background-image:url(img/city1.jpg);
	width: 100%;	
}

.tabletest{

	width: 100%;	
	height: 100%;
	position: absolute;
	top: 50%;
	height: 312px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	margin-top: -210px;	
	background-image:url(img/city1.jpg);

}

.obj{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	

}

.tdtest{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	

}

#left {

	/*overflow:hidden;
	background-image:url(img/city1.jpg);	*/
	text-align:left;
	width: 98px;
	margin: 0px 0px 0px 0px;
	
	padding: 0px 0px 0px 0px;
	padding-left: 3px;
	float:left;	 
	background: transparent;
}

#right {

	/*background-image:url(img/city1.jpg);*/
	width: 760px;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	background: transparent;
	
		 
}


#footer {
	width: 760px;
	margin-right: auto;
	text-align:left;
	position: absolute;
	top:100%;
	margin-top: -54px;
	height: 54px;

	
	
}
