/* ### general ### */
* { margin: 0px; padding: 0px; }
html, body { height: 100%; font-family: Arial; font-size: 12px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: #fff; }
img { border: 0px; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }

/* ### global classes ### */
.clear { clear: both; height: 1px; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; height: 100%; }

/* ### main container ### */
#mainCntr { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; }
#mainCntr h1 { position: absolute; top: 0px; left: 0px; z-index: 5; width: 100%; height: 100%; text-indent: -9999px; background: url('../images/logo.png') no-repeat center; }
#mainCntr p { margin-left: -250px; position: absolute; top: 62%; left: 50%; z-index: 10; width: 500px; text-align: center; }
#mainCntr a { text-decoration: none; color: #000; }
#mainCntr a:hover { text-decoration: underline; }