/* index.php */

body{
background-color:#000000
}

#container{
background-color:#000000;
text-align:center;
border:1px;
border-color:#999999;
padding-top:5px;
}

#comingsoon{
background-image: url(http://www.ryan-norman.com/images/index.jpg);
background-repeat:no-repeat;
margin:0px auto;
height:480px;
width:722px;
}

#navigation_footer{
margin:0px auto;
width:722px;
text-align:right;
}

#footertable{
width:722px;
color:#999999;
}

#copyrightfooter{
width: 100%;
height:72px;
text-align: left;
vertical-align: top;
background-image: url(http://www.ryan-norman.com/images/footer.jpg);
background-repeat:repeat-x;
}

#copyrighttext{
text-align: right;
vertical-align: top;
width: 722px;
}

#space{
width: 100%;
}

#footertableleft{
text-align:left;
vertical-align: top;
width:50%;
}

.navigationtext{
font-size: small;
}

.titles{
font-size: small;
}

.updates_text{
font-size: x-small;
}

#footertableright{
text-align:left;
width:50%;
vertical-align: top;
/* background-color: #2f1d01; */
}

#footertable A:link{
color:#999999
}

#footertable A:hover{
color:#FFCC00
}

#footertable A:visited{
color:#999999
}

.copyright{
font-size:x-small;
color:#999999
}