@charset "utf-8";

/* CSS Document */



<!--

#main_layout {

				background:url(images/index.jpg) no-repeat;
				margin: 0 auto;
				height: 600px;
				width: 800px;
				position:relative;
				top: 100px;

}


body {	

		font-family:Verdana, Geneva, sans-serif;

		font-size:16px;

		background:#000000;

		color:#FFF;

}



#language1 {

	position:relative;
	top: 410px;
	left: 535px;
	font-weight: bold;
	color:#999999;
	text-transform:uppercase;
	text-decoration:underline;
}



#language2 {

	position:relative;

	top: 545px;

	left: 535px;

	font-weight: bold;

	color:#999999;

	text-transform:uppercase;

}



a { 

	color:#999999;

	text-decoration:none;

}



a:hover {

			color:#cd89a4;

			text-decoration:none;

}



-->

</style>



