html {-webkit-text-size-adjust:none}

body {
	margin: 0;
	color: #000000;
	background: #EEEECC;
}

#main {
	position: relative;
	margin-left: 4%;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	width: 740px;
}


#title {
	posirion: relative;
	margin-left: auto;
	margin-right: auto;
}


#left {
	position: absolute; top: 145px; left:0px;
	width:520px;
	margin: 3;
}


#right {
	position: absolute; top: 145px; left:520px;
	width:210px;
	margin: 10px;
	margin-top: 1px;
}

#right p{
	line-height: 1.8;
}


#foot {
	position: absolute; top:960px; left:0px;
	margin-left: auto;
	margin-right: auto;
}


