body, html {
	width:1000px;
	margin:0px;
	padding:0px;
	cursor:default;
	background:none #000;
	font-family:arial;
	font-size:12px;
	color:#FFF;
}

a { 
	color:#FFF;
	text-decoration:none;
}

img {
	border:none;
}

div.page {
	width:1000px;
	height:768px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	background:url('../images/background.jpg') top center no-repeat #000;
}

div.right{
	position:absolute;
	left:550px;
	top:80px;
	width:400px;
	height:auto;
	float:left;
}

div.languages{
	width:100%;
	height:30px;
}

div.textbox{
	width:364px;
	height:375px;
	overflow: auto;
	border: 1px solid #f0f0f0;
}

div.textbox p{
	margin:0px 8px 15px 8px ;
}

div.textbox h1 {
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#e62f8a;
	margin-top:10px;
	
}

div.buttons {
	width:367px;
	height:100px;
	margin:0px;
}

div.buttons div.btn{
	width:367px;
	height:44px;
	margin-top:20px;
	padding:0px;
	background:url('../images/bg_btn.jpg') top center no-repeat transparent;
}

div.buttons div.btn img{
	margin:8px 10px 3px 5px ;
	float:left;
}

div.buttons a{
	width:300px;
	height:30px;
	float:left;
	padding-top:10px;
	font-size:18px;
}

div.footer {
	float:left;
	width:368px;
	height:20px;
	margin-top:70px;
}

div.footer p{
	text-align:right;
	
}