body
{
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #B4BDBE;
}

#container 
{
    width: auto;
	height: auto;
    padding: 0px;
	margin: 0px;
    border: 0px solid #4A5158;
    text-align:center;
}

#box
{
	margin-top: 15px;
	margin-left: 15px;
	width: 620px;
	height: auto;
	text-align: center;

	border-color: #EEFAFF;
	border-width: 0px;
	border-style: solid;	
}

#image
{
	margin: 0auto;
	width: 200px;
	height: auto;
	font-weight: bold;
	text-align: center;
	float: left;
	padding-right: 5px;
	
	border-color: #EEFAFF;
	border-width: 0px;
	border-style: solid;
}

.text
{
	font-size: 12px;
	color:#000000;
}

.border
{
	border-color:#333333;
	border-width: 1px;
	border-style: solid;
}
