/*********************************************************************

	default.css

 *********************************************************************/
 
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

#outer {height: 100%; width: 800px; margin: 0 auto; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
	
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; top: -50%} /* for explorer only */
#inner[id] {position: static;}

/*********************************************************************

 *********************************************************************/

#head {
	width: 800px;
	height: 20px;
	text-align: right;
}

#head p {
	height: 20px;
	float: right;
	line-height: 20px;
	cursor: pointer;
	color: #999;
}

#wrapper {
	width: 800px;
	height: 150px;
}

#left {
	width: 399px;
	height: 150px;
	float: left;
	border-right: 1px solid #036;
	background: url('../img/logo.jpg') no-repeat center right;
}

#right {
	width: 398px;
	height: 150px;
	border-left: 2px solid #ccc;
	float: left;
	background: no-repeat center left;
	background-image: url('../img/text.eng.start.gif');
}

#right img {
	height: 31px;
	width: 31px;
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}

#buttons {
	width: 388px;
	height: 131px;
	padding: 19px 0 0 10px;
}

#login {
	display: none;
}

#login input {
	width: 140px;
	height: 20px;
}

#main {
	width: 800px;
	height: 100px;
	border-bottom: 1px solid #ccc;
	background: url('../img/text.gif') no-repeat center center;
}

#bottom {	
 	width: 800px;
 	height: 30px;
 	background: #eee;
 	border-top: 1px solid #fff;
 	text-align: center;
 	line-height: 28px;
 	color: #999;
}