html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

#layout{
	width:100%;
	height:100%;
	border-collapse:collapse;
	vertical-align:middle;
	text-align:center;
	font-size:100%;
}
#layout td{
	border:none;
}

#content{
text-align:center;
 margin:10px 0 10px 0;
 width: 550px;
 border: dashed 2px #999;
}
