/*--------------------------------

Main
Header
CONTACT
Footer

--------------------------------*/
/*   	Green  	#74b425
	Blue	#009cda
	-- DARK
	Green 	#558c1c
	Blue	#008eb4
*/
* {
	margin: 0;
}

html, body
{
	
	background-color:#333;/*#990; #b6c8fb; #8cbd90;*/
	/*
	background-image:url(./images/BackgroundImage.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	*/
	text-align:center;
	font-size: 100%;
	margin:auto;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:none;
	color:#008eb4;
}
img 
{
	border: none;
}
a
{
	outline: none;
	color:#8b8b8b;
}

/*------------- Header START  -------------*/
#HeaderContaner
{
	background-color:#333;
	width:100%;
	height:65px;
}
a.HoldLogo
{
	display: block;
	background-image:url('./images/YourTurnToPlay.png');
	background-repeat:no-repeat;
	width:376px;
	height:25px;
	position:relative;
	top:20px;
	left:-114px;	
}
/*------------- Header END  -------------*/

/*------------- CONTACT START  -------------*/
#AttentionTEXT
{
	font-size:20px;
	text-align:left;
	padding:15px;
	color:#008eb4;
}

#ContactINFO
{
	font-size:14px;
	text-align:left;
	padding:15px;
	line-height:20px;
	color:#008eb4;
}
#GameDevButton
{
	display:block;
	background-image:url(./images/GameDevelopersButton.png);
	background-repeat:no-repeat;
	
	margin-bottom:15px;
	margin-top:15px;
	width:175px;
	height:25px;	
}
/*------------- CONTACT END  -------------*/

/*------------- Main START  -------------*/
.MiddleContainer
{

	background-color:white;
	width:800px;
	min-width:800px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -90px;
	line-height: 100%; 
	overflow:visible;
	
}
.MiddleContainerPadding
{
	margin:30px;
}
.MiddleContainerPadding p
{
	text-indent:25px;
	font-size:15px;
	
	font-style:normal;
	text-align:justify;
	line-height:18px;
	
}

.MiddleContainerPadding form
{
	font-size:15px;
	padding-top:30px;
	text-align:left;;
}
#FormTextColor
{
	color:#008eb4;	
}

#submitFormButton
{
	margin-left:15px;
}
#ThanksRight
{
	float:right;
	margin-top:10px;
	margin-right:15px;
}
#ThanksRight p
{
	text-indent:25px;
	font-size:15px;
	margin-top:10px;
	font-style:normal;
	text-align:right;
	line-height:18px;	
}
#ContactFormContaner
{
	line-height:20px;
}
/*------------- Main END  -------------*/


/*------------- Footer START  -------------*/
.push
{
	height:90px;
	width:100%;	
}
.FooterContainer
{
	
	/*background-color:lightgreen;*/
	border-top:dotted 1px #a2998a;
	width:800px;
	height:90px;
	clear: both;
	margin: 0 auto;
}
#copyRightURL
{
	float:right;
	margin:20px;
}
/*------------- Footer END  -------------*/
