html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('img/city.png');
background-repeat: repeat-x;
background-attachment: fixed;
background-color:#2d3a80;
font-family: 'White Rabbit', 'Verdana', sans-serif;
font-size: 13px;
color:#fff;
text-align:justify;
letter-spacing:1px;
}

#box1{
position:relative;
width:900px;
min-height:100%;
margin:72px auto;
padding:8px;
}

#header{
height:350px;
width:898px;
background-image:url('img/ngbanner.png');
border:1px solid #2C1940;
}

#linkity{
position:absolute;
top:-23px;
left:7px;
width:900px;
line-height:30px;
text-align:center;
font-family: 'White Rabbit', 'Verdana', sans-serif;
}

#linkity a{
width:120px;
display:inline-block;
margin-right:-3px;
background-color: #733C6F;
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:uppercase;
letter-spacing:2px;
border:1px solid #2C1940;
}

#linkity a:hover{
background-color:rgba(127,113,217,0.4);
border-bottom:1px solid #2C1940;
-moz-transition:.4s;
-webkit-transition:.4s;
transition:.4s;}

#box2{
position:absolute;
top:359px;
width:591px;
min-height:100%;
border:1px solid #2C1940;
margin-right:4px;
padding:8px;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
} 

#box3{
position:absolute;
top:359px;
left:616px;
width:274px;
min-height:100%;
border:1px solid #2C1940;
padding:8px;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
color: #fff;
font-size:14px;
line-height:30px;
font-family: 'White Rabbit', verdana, sans-serif;
font-style:bold;
display:block;
border-bottom:1px solid #733C6F;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('http://i.imgur.com/JIys63C.jpg');
}

a{
color:#fff;
background:#000;
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,35);
}