html
{
 height: 100%;
}

body
{
 font: 13px Arial;
 color: #fff;
 margin: 0;
 background: #091529;
 height: 100%;
}

img
{
 border: none;
}

a
{
 color: #fff;
 text-decoration: none;
}

a:hover
{
 text-decoration: underline;
}

h1, h2
{
 font-size: 14px;
 text-align: center;
 color: #a7cddf;
}

#main
{
 background: url('../img/main-logo.jpg') no-repeat center 20px;
 width: 950px;
 height: 768px;
 text-align: left;
 overflow: hidden;
}

#menu
{
 position: relative;
 top: -240px;
 width: 285px;
 text-align: left;
}

div.menu-item
{
 width: 100%;
 text-align: right;
}

.lb-b
{
 color: #c0f0ff;
 font-weight: bold;
}

#alert
{
 position: relative;
 top: -300px;
 left: 310px;
 width: 575px;
 padding: 7px;
 color: #091529;
 background-color: #fff;
 border: 3px solid #a7cddf;
}

#alert a
{
 color: #091529;
}
