@charset "utf-8";
/* CSS Document */

html body	{
	background-color:#0eb6db;
	background-image:url(WebFiles/gradient-bkg-repeat.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:1em;
	font-family:verdana;	
}
#wrap	{
	
	width:1000px;
	height:750px;
	margin:70px auto;
	padding:150px 0 0 0;
	text-align:center;
}
.holder	{
	background-image:url(WebFiles/UltimateMindset-bkg.jpg);
	background-repeat:no-repeat;
	width:586px;
	height:219px;
	margin:0 auto;
	padding:1px 0 0 0;
	position:relative;
}
.text	{
	font-size:.8em;
	color:#000000;
	text-align:left;
	margin-left:160px
	
}
p 	{
	text-size:1em;
	font-weight:bold;
}
.footer	{
	position:relative;
	text-align:center;
	width 300px;
	height:40px;
	font-size:.8em;
	color:#666666;
}