

html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body{
    background: #000;
	height: 100%;
    margin: 0;
    padding: 0;
	cursor: crosshair;
}

img{
  cursor: cell;
}

a:link{
  cursor:  cell;
}


#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}

div#global {
    width: 500px;
    text-align: center;
}



#video_background{
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}






*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

