/* CSS Document */

body{
background-position:top center;
background-attachment:fixed;
background-color:#000000;
margin-left: 0px;
margin-right: 0px;
background-repeat: no-repeat;
}

#header{
width: 750px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

#footer{
width: 750px;
height: 100px;
background-image:url(images/orrnot_footer.png);
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
}

#bigbox{
width: 750px;
min-height:  690px;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
}

#greybar{
margin-top: 20px;
margin-left: 20px;
width: 710px;
height: 10px;
background-color: #CCCCCC;
}

#title{
margin-left: 20px;
margin-top: 30px;
width: 500px;
height: 30px;
}

#link{
margin-top: -15px;
margin-left: 475px;
height: 15px;
width: 250px;
text-align: right;
}

#bigpic{
background-color:#CCCCCC;
width: 750px;
height: 545px;
margin-top: 10px;
}

#info{
margin-top: 20px;
margin-left: 20px;
width: 600px;
height: 40px;
}

/* FONTS */

.title{
font:Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color:#999999;
font-style: strong;
}

.link{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#666666;
text-decoration: none;
}

.link2{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#ffffff;
text-decoration: none;
background-color: #333333;
}

.info{
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: bold;
color:#999999;

}

