 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn, button 
 {margin: 0; padding: 0; border: 0; font-style: inherit; font-weight: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline }

 @font-face {
	font-family: font1;
	src: url('font1.ttf');
}
 body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content{
    width: 278px;
    height: 278px;
    background-image: url('../images/comingSoon.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -139px 0px 0px -139px;
}

