@CHARSET "UTF-8";

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
	background-color:#000000;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('../images/pattern.jpg');
}

#flash-object {
    display: table;
    margin: 0 auto;
	height: 90%;
}

.navbar {
	margin-bottom: 10px;
}