@charset "utf-8";

{	
border-collapse: separate;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px; 
	background: #000000;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	position:absolute; 
	left: 50%; width: 800px; margin-left: -400px;
	top:50%; height:600px; margin-top:-300px;
}
.oneColFixCtr #mainContent {
	padding: 0px; 
}

.oneColFixCtr #menus {
	padding: 0px; 
	position:absolute;
	left:0px;
	top: 128px;
	border: hidden;
	margin: 0;
}

.oneColFixCtr #pauseBar {
	padding: 0px; 
	position:absolute;
	left: 278px;
	top: 92px;
	border: hidden;
	margin: 0;
}

.oneColFixCtr #box-link { 
	position: absolute; 
	top: 20px; 
	left: 10px; 
	width: 550px; 
	height: 87px; 
	background: url(images/blank.gif) no-repeat 0 0;
	background-color: transparent; 
	border: hidden; 
}

.oneColFixCtr #blog-link {
	position: absolute;
	top: 532px;
	left: 283px;
	width: 491px;
	height: 60px;
	background: url(images/blank.gif) no-repeat 0 0;
	background-color: transparent;
	border: hidden;
}

.oneColFixCtr #contact-link {
	position: absolute;
	top: 364px;
	left: 364px;
	width: 286px;
	height: 62px;
	background: url(images/blank.gif) no-repeat 0 0;
	background-color: transparent;
	border: hidden;
}

.oneColFixCtr #thumbnailTable {
	padding: 0px;
	position:absolute;
	left: 270px;
	top: 146px;
	border: hidden;
	margin: 0;
	height: 312px;
	width: 462px;
}

a {
    outline: none;
}
 
a img {
    border:none;
 }
