@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:black;
	background-image:url('../images/wcmcbkg.jpg');
	background-repeat:no-repeat;
	width:100%;
    background-position=left center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-repeat: no-repeat;

}
.oneColElsCtr #container {
	margin-top:auto;
	width: 960px;
	height: inherit;
	margin: 100px auto 80px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFF;
    font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color:rgba(0,0,0,0.5);
}

#titles {
	font-family:cityburn;
	font-size:56px;
	text-decoration:none;
}

.oneColElsCtr #logo
{
    float:left; 
    padding-left:20px;
    padding-top:20px;
    width:30%;
    height:200px;
}
.oneColElsCtr #links
{
    margin-left:33%; 
    width:70%;
    height:200px;
}

.oneColElsCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #block 
{
    margin-top:40px;
}

.topbutton
{
    float:right;
    height:72px;
}

a:-webkit-any-link 
{
    color:White;
	font:cityburn;
}

#right
{
	position:absolute;
	right:300px;
	width:300px;
	background-color:#b0e0e6;
}

#track
{
   float:left;
   height:30px;
   width:100px;
}

#close
{
    padding-right:40px;
    float:right;
}

#cdbackground
{
   position: relative; 
   height:450px;
  /* background-image:url('../images/cd/0.png');*/
}

#cd
{
    float:none;
	width:900;
	height:450px;
}
#cd .turn-page{
	background-color:transparent;
	background-size:100% 100%;
}
a img {border: none; }

.navLinks {
	font-family:cityburn;
	font-size:44px;
	text-decoration:none;
}