/************/
/** CSS 01 **/
/************/

p {
font-family: verdana, arial;
color: #000000;
font-size: 10px;
padding-left: 45px;
padding-right: 45px;
}

.newstitle {
font-family: verdana, arial;
color: #000000;
font-size: 10px;
padding-top: 30px;
padding-left: 45px;
padding-right: 45px;
}

td {
font-family: verdana, arial;
color: #000000;
font-size: 10px;
}

a {
font-family: verdana, arial;
color: #db2400;
font-size: 10px;
text-decoration: none;
}

a:hover {
font-family: verdana, arial;
color: #db2400;
font-size: 10px;
text-decoration: underline;
}

td {
padding-right: 45px;
}

body {
background: #000000;
}

div#wrap {
margin: 0 auto;
text-align: center;
width: 564px;
height: auto
}

div#header {
text-align: left;
width: 564px;
height: 270px;
background-image: url("NarAssets/Header.PNG");
background-repeat: no-repeat;
float: left;
display: block!important;
display: inline;
}

div#login {
text-align: left;
padding-left: 40px;
width: 564px;
height: 85px;
background-image: url("NarAssets/LoginBack.PNG");
background-repeat: no-repeat;
float: left;
display: block!important;
display: inline;
}

img {
border: none;
}

div#content {
text-align: left;
width: 564px;
height: auto;
background-image: url("NarAssets/ContentBack.PNG");
background-repeat: repeat-y;
float: left;
display: block!important;
display: inline;
padding-top: 10px;
padding-bottom: 50px;
}

div#footer {
text-align: center;
width: 564px;
height: 136px;
background-image: url("NarAssets/Footer.PNG");
float: left;
display: block!important;
display: inline;
}