body {	
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/pattern.png) repeat;
	margin: 0;
	padding: 0;
}

#content {
	background: url(../images/bg.jpg) repeat-x;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	margin-top: -100px;	
}

#content_wrapper
{
    height: 200px;
}


.logo
{
    background: url(../images/np_logo.png) no-repeat;
    height: 40px;
    width: 152px;
    margin-top: 10px;
    margin-left: 25px;
}

.text
{
   width: 100%;    
   height: 100px;
   text-align: center;
   font-size: 20px;
   color: #f7f7f7;
   padding-top: 25px;
   margin:0 auto;   
   margin-bottom: -25px;
}

.text b
{
    text-transform: uppercase;
}

.footer
{
    height: 50px;
}

.footer-left
{
    font-size: 11px;
    float: left;
    color: #f7f7f7;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;    
}

.footer-right
{
    font-size: 11px;
    float: right;
    color: #f7f7f7;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;    
}