html{

}


body {
	background: #0E0200 url(../img/bg.jpg) repeat-x;
	color: #aaa;
	font-size: 12px; /* Resets 1em to 10px */
	line-height: 1.7em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

 .panel-transparent {
    background: none;
    background: rgba(100, 100, 100, 0.2)!important;
}

.panel-transparent .panel-content{
    background: rgba(122, 130, 136, 0.2)!important;
}

.panel-transparent .panel-body{
    background: rgba(46, 51, 56, 0.2)!important;
}

input{
	color: #555;
}

.modal {
    color: #555;
}

p{
	margin: 1px 1px 1px 1px;
}