
body
{
    xbackground-image: url(/images/Book%20Street.jpg);
    background-repeat: no-repeat;
    background-color: #EAEAEA
}
#includedContent {
    background-image: url(/images/Book%20Street.jpg);
    background-repeat: no-repeat;
    min-height: 390px;
}
#nav {
    background-image: url(/images/Book%20Street.jpg);
    background-repeat: no-repeat;
    min-height: 390px;
}
.content {
    margin: auto;
    max-width: 900px;
    color: #000000;
}

.radiolabel { margin-left: 15px; }

input[type="radio"] {
  padding: 10px 16px;
}
#nav {
list-style:none;
font-weight:bold;
margin-bottom:10px;
width:100%;
text-align: center;
}
#nav ul {
list-style-type: none;
padding: 0;
display:inline-block;
}
#nav li {
margin:0px;
display:inline;
}
#nav li a {
padding: 10px;
text-decoration: none;
font-weight: bold;
font-size: larger;
color: #f00;
xbackground-color: #086ba9;
float:left
}

#nav li a:hover {
color: #FFFFFF;
background-color: #351a3b; }


@media screen and (min-width: 4900px) { 
    
#about {
    position: fixed;    
    top: 89px; 
    left:  206px;
    color: #00ff21;
}

#submissions {
    position: fixed;
    top: 107px; 
    left:  315px;
}


#home {
    position: fixed;
    top: 107px; 
    left:  588px;
}


#win8 {
    position: fixed;
    top: 89px; 
    left:  762px;
}


#catalog {
    position: fixed;
    top: 107px; 
    left:  912px;
}
}