/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Cartoons style
* v1.0
*
* Description:
* Cartoon styles used in the bottom part of the site.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

.cartoon_guy {
	position: absolute;
	
	margin-top: -380px;
	margin-left: 641px;
	
	z-index: 34;
}

.cartoon_blonde {
	position: absolute;
	
	margin-top: -380px;
	margin-left: 644px;
	
	z-index: 34;
}

.chidden{
	visibility: hidden;
}