/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.top_bg {
	background-image: url(../images/cover_01.jpg);
	background-repeat: no-repeat;
}

.center_bg {
	background-image: url(../images/cover_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 594px;
	width: 992px;
}

.left_bg {
	background-image: url(../images/cover_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right_bg {
	background-image: url(../images/cover_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.share_dialog
{
    width:240px;
	position: relative;
    top: -20px;
    left:280px;
    z-index: 100;
}
.share_dialog img
{
    border:0px;
}
