@charset "UTF-8";
.container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 961px;
	position:absolute;
	background-image: url(images/toreysdistraction.bckgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	height: 550px;
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}
.main {
	width: 990px;
}
.left {
	float: left;
	width: 200px;
	height: 350px;
	padding-top: 300px;
	text-align: center;
}
.middle {
	float: left;
	width: 330px;
	height: 650px;
	padding-left: 430px;
	padding-right: 30px;
}
.right {
	float: left;
	width: 190px;
	height: 650px;
	background-color: #000;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/bckgrnd.all.jpg);
	background-repeat: repeat-x;
}
