body {
	background-image: url(../images/top_main_960.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
	height: 888px;
}

.box {
	display: none;
	position: absolute;
}

@-webkit-keyframes rotateArea {
	0% {-webkit-transform: rotateY(0deg);}
	100% {-webkit-transform: rotateY(360deg);}
}

@-moz-keyframes rotateArea {
	0% {-moz-transform: rotateY(0deg);}
	100% {-moz-transform: rotateY(360deg);}
}

@-o-keyframes rotateArea {
	0% {-o-transform: rotateY(0deg);}
	100% {-o-transform: rotateY(360deg);}
}

@-ms-keyframes rotateArea {
	0% {-ms-transform: rotateY(0deg);}
	100% {-ms-transform: rotateY(360deg);}
}

#auto_start .box {
	position: absolute;
	-webkit-animation-name: rotateArea;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: rotateArea;
	-moz-animation-delay: 0s;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: rotateArea;
	-o-animation-delay: 0s;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: rotateArea;
	-ms-animation-delay: 0s;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
}

#auto_start {
	margin: 203px 0px 0px 200px;
}

.conference_end {
	margin: 203px 35px 0px 200px;
        font-size: xx-large;
	color: red;
}
