/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Winds style
* v1.0
*
* Description:
* Winds styles used on top and bottom of the site.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

.footer {
	position: relative;
	float: left;
	
	top: 19px;
	left: 0px;
	
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: -200px;*/
	
	width: 813px;
	height: 100px;
	
	background: transparent;

	z-index: 33;
}

.footer_menu {
	float: left;
	margin-top: 36px;
	margin-left: 60px;
}

.footer_menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.copyrights {
	position: absolute;
	float: right;
	
	left: 0px;
	top: 0px;
	
	margin-top: 22px;
	margin-left: 470px;
	
	width: 350px;
	
	margin-right: 0px;
}

.footer_back_block {
	position: absolute;
	
	background: #121212;
	
	height: 55px;
	width: 813px;
	
	left: 0px;
	top: 0px;
	
	z-index: -2;
}

.footer_back_block_1 {
	position: absolute;
	
	background: #121212;
	
	height: 19px;
	width: 777px;
	
	left: 15px;
	top: 55px;
	
	z-index: -2;
}




