/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.wmvTop {
	background-image: url(images/wmvTop.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 500px;
	background-position: center bottom;
}

.wmvFoot {
	background-image: url(images/wmvFoot.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 500px;
	background-position: center top;
}

.wmvTittle {
	background-image: url(images/wmvTittle.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 500px;
	background-position: center;
}

.wmvMid{
	background-image: url(images/wmvMid.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 500px;
	background-position: center;
}