* { border:0; padding:0; margin:0; overflow:hidden; }

html, body { height: 100%; }

a:focus, a:active { outline:none; }

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -42px;
  text-align:center;
}

#footer, #push {
  height: 40px;
}

body {
  font: 67.5%/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif;
  background:#900a21 url("bg.gif") repeat-x;
  color:#fff;
  cursor:default;
}

#footer {
	background:#79081c;
	border-top:2px solid #b60c2b;
	color:#b60c2b;
	text-align:center;
}

#footer a {
	color:#b60c2b;
	text-decoration:none;
	border-bottom:1px dashed;
}

#footer .content {
	width:900px;
	margin:0 auto;
	padding:10px;
}

.by { float:left; }
.valid { float:right; }
.clear { clear:both; }

#content a#logo {
	display:block;
	height:163px;
	width:500px;
	background:url("tuticor.i.png") no-repeat 0 0;
	text-indent:-999em;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-260px;
	outline:none;
}

a#carved span {
	padding:4px 5px;
	margin:0 2px;
	border:1px solid;
	display:block;
	cursor:pointer;
	float:left;
	line-height:1em;
}

a#carved {
	display:block;
	text-decoration:none;
	border:0;
	cursor:pointer;
}

#overlay {
	width:100%;
	height:100%;
	background:#80091f;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

#msg {
	top:50%;
	left:50%;
	margin-top:-155px;
	margin-left:-260px;
	position:absolute;
	z-index:100;
	width:500px;
	height:120px;
	color:#fff;
	text-align:center;
	background:#79081c;
	border:3px solid #b60c2b;
}

#msg div {font-size:4em;}
#msg span {font-size:0.8em;}

#updates { position:absolute; top:50%; left:50%; margin-top:20px; margin-left:-197px; width:377px; }
#updates .update { border:2px solid #80091f; background:#80091f; color:#d20e32; margin:0 0 7px 0; }
#updates .update .content { padding:10px; border:1px solid #b60c2b; }
#updates .update .content .date { float:left; width:50px; }
#updates .update .content .date .day { font-size:24px; line-height:1.2em; }
#updates .update .content .date .day sup, #updates .update .content .date .month { font-size:12px; line-height:1.2em; margin:0; }
#updates .update .message { float:left; width: 290px; padding:0 0 0 10px; text-align:left; font-size:12px; line-height:1.2em; }

.overlay {
	display: none;
}