* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: arial;
	color: #333333;
	font-size: 14px;
}

div#main {
	position: absolute;
	width: 960px;
	height: 537px;
	background-image: url(images/background.jpg);
	overflow: hidden;
}

#preview_image {
	position: absolute;
	width: 584px;
	height: 437px;
	top: 60px;
	left: 10px;
}

#contents {
	position: absolute;
	width: 325px;
	sheight: 437px;
	padding: 20px 0px;
	top: 60px;
	left: 620px;
	background-image: url(../skins/live/info_background.jpg);
	background-repeat: no-repeat;
}

#contents * {
	color: #000000;
}

#contents input, #contents {
	color: #444444;
}

#logo_container {
	height: 60px;
	left: 7px;
	position: absolute;
}

#webcast_info {
	position: absolute;
	left: 500px;
	width: 427px;
	height: 50px;
	font-size: 18px;
	color: #5f5f5f;
	top: 4px;
	text-align: right;
}


