/*CSS Reset*/
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

html,body{
    width:100%;
    height:100%;
    min-width:1000px;
    min-height:590px;
    overflow:hidden;
}
body{font-family: "myriad-pro-1","myriad-pro-2", Helvetica, Arial, sans; font-size: 15px;-webkit-transform: translateZ(0); color:#cecece;}
h1{font-family: "cubano-1","cubano-2", sans-serif; font-size: 35px; color: #000;}
h2{font-family: "cubano-1","cubano-2", sans-serif; font-size: 20px; color: #fff;}

*{
    -webkit-user-select:none;
}

a{
    color:#cecece;
    text-decoration:none;
}

a:hover{
    color:#fff;
    text-decoration:underline;
}

canvas{
    position:absolute;
}

#dropDown{
    position:absolute;
    top:0px;
    left:0px;

    background:transparent;
    overflow:hidden;
}

#message{
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:200px;
	text-align:center;
	font-size:35px;
}

#inner{
    width:100%;
    text-align:center;
}