
html{
	background-color: black;
}
body{
    font-family: 'Droid Sans',sans;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: default;
}

#page_wrap{
	margin: 0px auto;
	position: relative;
	overflow: hidden;
    color : black;
}

.button{
	position: absolute;
}