body {
	font-family:"Lucida Sans Unicode";
	color:#333;
	font-size:13px;
	margin:30px 0px; padding:0px;
	text-align:center;
	background: #FFF url('bg.png') no-repeat;
}

a { color:#09F; text-decoration:none; }
a:hover { color:#07F; text-decoration:none; }

#content {
	width:526px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	overflow:hidden;
}

#logo {
	background:url('logo.png') no-repeat center;
	display:block;
	width:526px;
	height:76px;
	margin-bottom:22px;
}

.twtr-hd {
display:none;
}

.twtr-tweet-text .twtr-user{
	visibility:hidden;
	position:absolute;
	top:0;
	left:0px;
}

.twtr-tweet-wrap {
	margin-top:5px;
}


.twtr-ft {
	border-top: dashed thin #999;
}


#info {
    background:url(box.png) no-repeat;
	display:block;
	width:526px;
	height:385px;
}

#info .inner_info {
	padding:18px;
	padding-top:15px;
}

#note {
 	border-bottom: dashed thin #999;
}

#note .hl {
	color:#F00;
	text-align:center;
}

#footer {
	
    position:fixed;
    bottom:0;
	right:0;
	
	padding-right:10px;
	padding-bottom:10px;
	text-align:right;
}