@charset "utf-8";
/* CSS Document */

body {
	background-color: #191953;
	margin: 0 0 0 0;
}

#container {
	padding-top: 100px;
}

.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 500px;
	width: 50%;
}

.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 500px;
	width: 50%;
}