/*
	Author: Garovsky
	Author URI: http://garovsky.ru/
*/

/* Hard CSS, protect from dummies */

/* Global definitions (begin) */
* { margin: 0; padding: 0; }

html, body { height: 100%; }
	body {
		display: table;
		width: 100%;
		font: 400 11px Verdana, Tahoma;
		color: #404041;
		text-align: center;
		background: #fff;
	}
img { border: 0; }
div { vertical-align: top; }

:active, :focus { outline: none; -moz-outline-style: none; }

::selection { color: #fff; background: #059bcd; }
::-moz-selection { color: #fff; background: #059bcd; }


/* Links */
a { color: #3583f8; text-decoration: underline; }
	a:hover { text-decoration: none; }
/* Global definitions (end) */


/* Main containers (begin) */
#centered {
	display: table-cell;
	*margin-top: expression(((document.documentElement.offsetHeight/2)-parseInt(offsetHeight)/2)  <0 ? "0" : (document.documentElement.offsetHeight/2)-(parseInt(offsetHeight)/2)  +'px');
	vertical-align: middle;
}
	#centered-inner { width: 500px; margin: 0 auto; }

.title {
	width: 375px;
	height: 197px;
	font: 700 90px "Trebuchet Ms";
	background: url(big-logo.png);
	margin: 0 auto 15px;
	padding: 18px 6px 0 0;
	overflow: hidden;
}

h1 { font: 700 18px "Trebuchet Ms"; padding-bottom: 16px; }
/* Main containers (end) */
