@charset "utf-8";
/* CSS Document */

body {
	background-color: #191953;
	border: none;
	margin: 0 0 0 0;
	padding: 100px 0 0 0;
}

#container {
	background-image: url(images/splashbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 500px;
	width: 100%;
}

#container .panel
{
    padding: 88px 0 0 0;
    width: 589px;
}

p
{
    font-family: Verdana, Tahoma, Arial, Times New Roman;
    font-size: 17px;
    font-style: oblique;
    font-weight: bold;
    letter-spacing: 3px;
}

.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 500px;
	width: 50%;
}

.center {
	background-image: url(images/center.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}

.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 500px;
	width: 50%;
}
