html {
        overflow: -moz-scrollbars-vertical;
}

html, body {
        width: 100%;
        height: 100%;   
}

body {
	font: 16px/24px 'DesyrelRegular', sans-serif;
        padding: 0px;
        margin: 0px;
//	background-color: #2d0303;
	background: url(/images/ba3.png) #2d0303 repeat center left; background-attachment: fixed;
}

