@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AAAAAA;
	
	background: #FFFFFF url(../images/background.jpg) no-repeat center top;
}

.oneColElsCtr #container {
	width: 640px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0px;
}

#flashArea {
	width: 640px;
	height: 480px;
}

img{
	border: 0px;
}

#formArea {
	/*padding-top: 10px;*/
}

#contents_left{
	float:left;
	width: 483px;
	padding-top:10px;
}
	#contents_left .mail{
		width: 483px;
	}


	#contents_left .url{
		margin-top: 0px;
		width: 483px;
	}
	#contents_left .tag{
		margin-top: 5px;
		width: 483px;
	}
		#contents_left .url .title_img, #contents_left .tag .title_img{
			float: left;
			margin-right: 6px;
			width: 197px;
			height: 30px;
		}
		#contents_left .url .form_box, #contents_left .tag .form_box{
			float: left;
			margin-right: 5px;
			padding-top: 3px;
			/*width: 208px;*/
			height: 27px;
		}
		#contents_left .url .copy_btn, #contents_left .tag .copy_btn{
			float: left;
			width: 67px;
			height: 30px;
		}
	#contents_left .twitter{
		margin-top: 5px;
		width: 483px;
	}
		#contents_left .twitter .title_img{
			float: left;
			margin-right: 6px;
			width: 122px;
			height: 30px;
		}
		#contents_left .twitter .vote_img{
			float: left;
			margin-right: 6px;
			width: 177px;
			height: 30px;
		}


#banner{
	margin-top: 5px;
}

#contents_right{
	float:left;
	margin-left: 7px;
	width: 150px;
	height: 153px;
	display: inline;
}

#contents_bottom{
	padding-top: 10px;
	clear:both;
}

.clear{
	clear:both;
}