* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: url("../images/home-back.jpg") repeat-x;
	background-color: #fe000b;
	text-align: center;
	font-family: verdana, tahoma, serif;
	font-size: 12px;
	padding-top: 177px;
}

#center {
	width: 622px;
	margin: 0 auto;
}

ul {
	width: 311px;
	height: 80px;
	list-style: none;
	display: block;
	float: left;
	}
	
	ul#right {
		float: left;
	}
	
	ul li a {
		width: 311px;
		height: 40px;
		text-indent: -9999px;
		display: block;
		}
		
		ul#left li#btn1 a {
			background: url("../images/advertising-bg.jpg") no-repeat;
		}
		
		ul#left li#btn2 a {
			background: url("../images/advertising-en.jpg") no-repeat;
		}
		
		ul#right li#btn3 a {
			background: url("../images/building-bg.jpg") no-repeat;
		}
		
		ul#right li#btn4 a {
			background: url("../images/building-en.jpg") no-repeat;
		}

h1 {
	width: 474px;
	height: 129px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url("../images/home-logo.jpg") no-repeat;
	display: block;
}
