*{
	padding: 0;
	margin: 0;
}

img{
	border: 0px;
}

body{
	background-image: url('./bg.png');
	background-position: 30px center;
	background-repeat: no-repeat;
}

html, body{
	height: 100%;
	width: 100%;	
}

html, body, td{
	font-family: "Times New Roman";
	line-height: 200%;
	font-size: 16px;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #7D3193;
}
a:hover {
	text-decoration: underline; 
	color: #699769;
}

a.facebook:link, a.facebook:visited, a.facebook:active{
	text-decoration: none;
	color: #3B4A88;
}
a.facebook:hover {
	text-decoration: underline; 
	color: #3B4A88;
}

table.container, table.container tr td{
	height: 100%;
	width: 100%;
}
table.container tr td{
	vertical-align: middle;
}

table.main{
	margin:0 auto;
}

table.main tr td{
	text-align:center;
}

table.facebook{
	width: 50px;
	margin: 15px auto;
}
table.facebook td{
	width: auto; height: auto;
	padding: 0 2px;
	white-space: nowrap;
	font-size: 11px;
	font-family: Verdana;
}