body, html {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #808080;
	background: #eee;
}
#container {
	margin: auto;
	width: 1000px;
	min-height: 600px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
#branding {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#content {
	float: right;
	width: 825px;
	left: 150px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: inline;
}
#logo-tunglok {
	position: absolute;
	left: 22px;
	bottom: 27px;
}
.legal {
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: center;
	margin: 2em auto;
	color: #999;
}
.legal a {
	color: #888;
}
.legal a:hover {
	color: #aaa;
}
#social-media {
	left:35px;
	line-height:1.1em;
	position:absolute;
	text-align:right;
	top:200px;
	width:100px;
	z-index:2000;
}