@charset "utf-8";
/* CSS Document */

@font-face{
  font-family: 'Titillium';
  src: url('fonts/titillium/TitilliumText1-webfont.eot');
  src: local('☺'), url('fonts/titillium/TitilliumText1.otf') format('opentype');
}

html{
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
}

#container{
	height:100%;
	width:100%;
	border:none;
	border-collapse:collapse;
	vertical-align:middle;
	background:center url(Taciturn%20logo.png) no-repeat #000;
}

#frame
{
	width:80%;
	height:100%;
	border:none;
	border-collapse:collapse;
}

#pass{
	color:#900;
	background:url();
	border:none;
	border-bottom:solid thin #900;
	font-size:36px;
	font-weight:100;
	font-family:Titillium, Tahoma, Geneva, sans-serif;
	text-align:center;
	width:80%;
}

a{
	color:#900;
	font-family:Titillium, Tahoma, Geneva, sans-serif;
	text-align:center;
}
