@charset "UTF-8";
body {
	font: 10px Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	letter-spacing:1px;
}
.oneColFixCtr #container {
	width: 320px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font: 10px Arial, Helvetica, sans-serif;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	height: 600px;
}
.oneColFixCtr  #logo   {
	position: relative;
	z-index: 100;
	height: 38px;
	width: 320px;
	right: 0px;
	left: 0;
}
.oneColFixCtr #Text {
	position: relative;
	z-index: 100;
	height: 400px;
	width: 320px;
}

.oneColFixCtr #dkMediaDiv {
	position: relative;
	z-index: 100;
	height: 240px;
	width: 320px;
	overflow:visible;
	visibility: visible;
}

.oneColFixCtr #opentable {
	position: relative;
	margin-left;
	margin-top: 150px;
	margin-left: 0px;
}

