body {
	margin: 0;
	padding: 0;
	background: #8ebce1;
	background-image: url('http://files.spic.kr/img/bg.png');
	background-repeat: repeat-x;
	text-align: center;
}

body,td,div,span,p,form {
	margin: 0;
	padding: 0;
	font-family: 'verdana';
	color: #333333;
}

textarea,input,select {
	font-family: 'verdana';
	border: solid 1px #aaaaaa;
}

img {
	border: 0;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #333366;
	text-decoration: underline;
}

.container {
	overflow: hidden;
	background: url('http://files.spic.kr/img/bg_map.png') center top no-repeat;
}

.header {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.main-title {
	margin: 20px 0 0 0;
}

.sub-title {
	margin: 5px 0 10px 0;
}

.content {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

.footer {
	clear: both;
	width: 600px;
	font-size: .8em;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.status-count {
	clear: both;
	margin-top: 30px;
	margin-left: 50px;
}

.twitter-link {
	margin-left: 10px;
}

.status {
	clear: both;
	padding-top: 30px;
}

.space {
	clear: both;
	padding-top: 20px;
}

.thumb {
	width: 150px;
	height: 150px;
	margin-left: 50px;
}

.status-mosaic {
	clear: both;
	margin-top: 20px;
	margin-left: 40px;
}

.mosaic-title {
	margin-left:10px;
}

.mosaic {
	width: 120px;
	height: 100px;
	margin-left: 10px;
	position: relative;
	float: left;
	font-size: .7em;
}

.image {
	margin-top: 1em;
	margin-left: 50px;
}

#canvas {
	visibility: 'hidden';
	position: absolute;
}

.status-body {
	margin-left: 220px;
	margin-right: 50px;
}

.content-body {
	margin-left: 50px;
	margin-right: 50px;
}

.small-text {
	margin-right: 20px;
	font-size: .8em;
}

.date {
	font-size: .8em;
	font-family: georgia;
	margin: 3px 0 0 0;
	color: #999;
}

.italic-body {
	font-size: .8em;
	font-family: georgia;
	margin: 3px 0 0 0;
	color: #999;
	margin-left: 50px;
	margin-right: 50px;
}

.gmap0 {
	clear: both;
	overflow: hidden;
	width: 900px;
	height: 600px;
	margin-left: 0px;
}

.gmap1 {
	clear: both;
	overflow: hidden;
	width: 500px;
	height: 360px;
	margin-left: 50px;
}

.gmap2 {
	clear: both;
	overflow: hidden;
	width: 500px;
	height: 120px;
	margin-left: 50px;
}

.comment {
	clear: both;
	margin: 50px;
}

.profile_item {
	float: left;
	width: 54px;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 15px;
}

.comment_text {
	float: left;
	width: 400px;
	margin-bottom: 40px;
	overflow: hidden;
}

.more{
	clear:both;
	width:500px;
	padding:6px;
	margin-left:50px;
	text-align:center;
	border:1px solid #ddd;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:left top;
	font-size:14px;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	height:22px;
	background-image:url('http://files.spic.kr/img/bg_more.gif');
}

.page_body {
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: .9em;
	text-align: center;
}

.page_ulink {
	margin-bottom: 3px;
	color: #777777;
}

.page_now {
	margin-bottom: 3px;
	color: #FF3333;
}

.page_link {
	margin-bottom: 3px;
}

.banner {
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.hidden {
	display:none;
}

#alert_container {
	background-color: #ffffff;
	filter: alpha(opacity=90);
	height: 60px;
	opacity: 0.9;
	overflow: hidden;
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: 100;
}

.alert_body {
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

#modal_container {
	background-color: #333;
	display: none;
	filter: alpha(opacity=50);
	margin: 0;
	opacity: 0.5;
	padding: 0;
	position: absolute;
}
#modal_body {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
}
