*							{margin:0;}
html, body			{
							
							}
body					{
							background-color:#473d3c;
							font-family:verdana;
							color:#FFF;
							font-size:10px;
							}
input					{
							color:#828282;
							}
button					{
							color:#000;
							}
#wrap					{
							width:536px;
							margin-left:auto;
							margin-right:auto;
							margin-top:50px;
							margin-bottom:20px;
							}
#logo					{
							text-align:center;
							}
#top						{
							background-image:url(../images/top.jpg);
							height:27px;
							}
#content				{
							background-image:url(../images/bg.jpg);
							padding: 20px;
							color:#000;
							text-align:center;
							font-size:14px;
							}
#bottom				{
							background-image:url(../images/bottom.jpg);
							height:27px;
							}
#footer					{
							margin-top:10px;
							text-align:center;
							}
#free_domains	{
							width:200px;
							margin-left:auto;
							margin-right:auto;
							}
#progress_wrap	{
							width:200px;
							height:20px;
							background-color:#ffe27a;
							border:1px solid #967601;
							margin-left:auto;
							margin-right:auto;
							}
#progress			{
							width:0px;
							height:20px;
							background-color:#f8c300;
							border-right:1px solid #967601;
							}
h1						{
							font-family:arial;
							color:#DBAC00;
							font-size:20px;
							}
h2						{
							margin-top:12px;
							font-family:arial;
							color:#DBAC00;
							font-size:16px;
							}
#start					{
							text-align:center;
							}
#search				{
							display:none;
							}
#search_box		{
							margin-top:20px;
							text-align:center;
							}
.example			{
						font-style:italic;
						color:#000000;
						background-color:#DBDBDB;
						border:1px solid #B3B3B3;
						padding:10px;
						margin-left:auto;
						margin-right:auto;
						width:200px;
						}
