@charset "utf-8";
/* CSS Document */

.wrapper {
    height: 500px;
	width: 1000px;
}
.flashwrap1 {
    width: 250px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

.flashwrap2 {
    width: 250px;
	float:right;
	margin-left:auto;
	margin-right:auto;
}

body {
    height: 500px;
    background-color:#000;
	position: absolute;
    margin:0 auto;
}
