body{
	margin:0;
}

a{
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	outline:none;
}

div{
	position:absolute;
	border:0;
	margin:0;
	padding:0;
}

img{
	border:0;
	margin:0;
	padding:0;
}

.logo{
	background:url('../images/logo.gif');
	width:143px;
	height:92px;
	top:200px;
	left:340px;
}

.bt_fullscreen a{
	background:url('../images/fullscreen.gif') no-repeat 0 0;
	display:block;
	line-height: 37px; 
}
.bt_fullscreen a:hover{
	background:url('../images/fullscreen.gif') no-repeat 0 -37px;
	display:block;
}

.bt_popup a{
	background:url('../images/popup.gif') no-repeat 0 0;
	display:block;
	line-height: 37px; 
}
.bt_popup a:hover{
	background:url('../images/popup.gif') no-repeat 0 -37px;
	display:block;
}

.bt_fullscreen,
.bt_fullscreen a,
.bt_popup,
.bt_popup a{
	width:187px;
	height:37px;
}

.bt_fullscreen{
	top:300px;
	left:460px;
}

.bt_popup{
	top:360px;
	left:460px;
}
.txt_popup{
	font-family:verdana;
	font-size:9px;
	color:#ababab;
	top:385px;
	left:504px;
}
.txt_flash{
	top:460px;
	left:462px;
}
.txt_flash a{
	font-family:verdana;
	font-size:9px;
	color:#ababab;
	text-decoration:none;
}
.txt_flash a:hover{
	font-family:verdana;
	font-size:9px;
	color:#E8256A;
	text-decoration:none;
}
