/*****************************************************************************
* 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
*****************************************************************************/

.wind_top {
	position: absolute;
	width: 467px;
	height: 803px;
	
	margin-top: -33px;
	margin-left: -224px;
	
	background: url('../images/wind_top.png') no-repeat;
	
	z-index: -1;
}

.wind_bottom {
	position: absolute;
	width: 510px;
	height: 488px;
	
	margin-top: -400px;
	margin-left: 546px;
	margin-bottom: 0px;
	
	/*z-index: 100; temporary */
	
	background: url('../images/wind_bottom.png') no-repeat;
}
