html{
	overflow: -moz-scrollbars-vertical !important;
}
html, body, table, tr, td, div, input, textarea, select{
	font-family: arial, sans-serif;
}
body{
	padding: 0;
	margin: 0;
}
div.container{
	position: relative;
	margin: auto;
	width: 750px;
}
table.headertable tr td{
	background-color: #DDD;
	padding: 6px;
	font-size: 12px; 
	color: #888;
}
table.maintable{
	width: 100%;
}
table.maintable tr td.main{
	background: url(images/s-ecards-mainrptx.gif) repeat-x top left;
}
table.maintable tr td.features{
	width: 200px;
	background: url(images/s-ecards-mainrptx.gif) repeat-x top left;
}
div.features{
	background:  url(images/s-ecards-featurerptx.gif) repeat-x top left #205081;
	padding: 10px 10px 0 10px;
	line-height: 1.6em;
	font-size: 12px;
	color: white;
}
div.links{
	background: #DFF8EA;
	margin: 10px 0 0 0;
	padding: 10px;
	line-height: 1.6em;
	font-size: 12px;
	color: black;
}
div.how{
	background: #DDDDDD;
	margin: 10px 0 0 0;
	padding: 10px;
	line-height: 1.6em;
	font-size: 12px;
	color: black;
}