body {
	margin:0;
	padding:0;
	background:#080808;
}
#pageAll {
	width:998px;
	height:100%;
	min-height:100%;
	height:auto !important;
	margin:0 auto;
}
#art {
	position:relative;
	background:url(../graphics/pagr.png) no-repeat;
	width:436px;
	height:108px;
	left:280px;
	top:55px;
}
#art1 {
	position:relative;
	background:url(../graphics/pagrlt.png) no-repeat;
	width:685px;
	height:108px;
	left:190px;
	top:55px;
}
#push {
	height:10px;
	width:998px;
	margin:0 auto;
}
.langs {
	position:absolute;
	width:100px;
	height:30px;
	top:90px;
}
#main { 
	width:998px; 
	height:706px; 
	margin:0 auto;
}
#logo {
	width:250px;
	height:250px;
	position:absolute;
	left:38%;
	top:250px;
	cursor:pointer;
}
#logo1 {
	width:250px;
	height:130px;
	position:absolute;
	left:38%;
	top:500px;
	cursor:pointer;
}
#title2note{
	position: fixed;
	z-index: 2;
	bottom:100px;
	left:50%;
	margin-left:-180px;
	width: 300px;
	padding: 7px 5px 7px 10px;
	font:36px "Courier New", Courier, monospace;
	font-weight:bold;
	color:#e62f00;
	text-align:center;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}