.logo{
	margin-top: 10px !important;
    margin-bottom: 10px !important;
	
}
body{
	
	color: #fff;
    background: #50136c url(2pg_DD/img/bg.png) repeat-x !important;
    background-attachment: fixed;
    font-size: 14px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Sans-serif;
}
.head{
	    z-index: 200;
    
    width: 100%;
    background: #6b1891 url(2pg_DD/img/dg.png) repeat-x bottom;
    
    border-bottom: 1px solid #6b1891;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 
}
.module {
    background-color: #6b1891;
}

html {
    cursor: url(2pg_DD/img/cursor.png), auto !important;
}
a:hover {
    color: #fff;
    cursor: url(2pg_DD/img/cursorhand.png), auto;
}
h1{
	color: #fff;
	text-shadow: none;
}
.game-options a.btn-playmug{
	    background: #6b1891 url(2pg_DD/img/dg.png) repeat-x bottom;
}
.footer {
    text-shadow: none;
}