#objId { outline:none; }
		
a {color:#8A8A8A; font-size:11; font-weight:bold; font-family:arial, sans-serif}
a:link {color:#ED1C24; text-decoration: none}
a:visited {color:#ED1C24; text-decoration: none}
a:hover {color:#000000; text-decoration: underline}
a:active {color:#000000; text-decoration: none}
a.yellow:link {color:#FBB040;}
a.yellow:visited {color:#FBB040;}
a.yellow:hover {color:#FBB040;}
a.yellow:active {color:#FBB040;}

* {
	margin: 0;
	padding: 0;
}
html {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-image: url('/images/asiadog_bg.png');
	background-repeat: repeat;
	text-align:center;
	color:#8A8A8A;
	font-size:11px;
	font-weight:bold;
	font-family:arial, sans-serif;
	overflow:auto;
}
div#content {
	position:relative;
	width:276px;
    height: 100%;
    margin: 0 auto;
}
div#inner {
	text-align:center;
	padding-top:12px;
}
div#middle {
	background-image: url('/images/web/bg_mid.png');
}
div#mid-content {
	padding:10px;
	color:#000000;
	font-weight:normal;
}
.img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.here_today {
	border: thin solid #ED1C24;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px;
}
