/***********************************
************************************
	Content Container
------------------------------------
*/

/*------------------------------------
	Welcome Message
------------------------------------*/

#IntroMessage {
	position: relative;
	padding: 0;
	margin: 0;
	top: -16px;
	left: 93px;
	width: 430px;
	height: 130px;
	background: url('/images/anamix6/english/play-games/PlayGames.jpg') no-repeat 0 0;
}

/*------------------------------------
	Anamix Games
------------------------------------*/

#PageContent {
	position: relative;
	padding: 0;
	left: 15px;
	width: 601px;
	margin: 2px 0 0;
}

.GamesRow {
	width: 589px;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom:30px;
}

.GamesRowLeft {
	float: left;
	position: relative;
}

.GamesRowRight {
	float: right;
	position: relative;
}

.GamesRow .AnamixGame {
	position: relative;
	width: 285px;
	height: 248px;
}

.GamesRow #FindTwins {
	background: url('/images/anamix6/english/play-games/Thumbnail_FindTwins.png') no-repeat 0 0;
}

.GamesRow #Quiz
{
	background: url(/images/anamix6/english/play-games/Thumbnail_Quiz.png) no-repeat 0 0;
}

.GamesRow #Anamixaire
{
	background: url(/images/anamix6/english/play-games/Thumbnail_Anamixaire.png) no-repeat 0 0;
}

.GamesRow .PlayGame {
	position: absolute;
	top: 0;
	width: 285px;
	height: 269px;
	margin: 0 0 30px;
}

.GamesRow .PlayGame a {
	display: block;
	margin-left: 74px;
	width: 138px;
	height: 269px;
	background-repeat: no-repeat;
	background-position: 0 220px;
}

.GamesRow .PlayGame a:hover {
	background-position: -138px 220px;
}

.GamesRow .PlayGame a {
	background-image: url('/images/anamix6/english/play-games/Button_Play.png');
}

.GamesRow #MoreGamesSoon {
	position: relative;
	margin-right: -5px;
	width: 230px;
	height: 315px;
	background: url('/images/anamix6/english/play-games/MoreGamesSoon.jpg') no-repeat 0 0;
}

/*Iframe*/
/*Iframe*/
IFRAME.iframe-game
{
	width: 701px;
	height: 620px;
	border:1px solid red;
}


IFRAME.iframe-game2
{
	width: 660px;
	height: 570px;
	margin-left:30px;
	border:1px solid red;
}

#anamixaireGame {border:1px solid green;}


