﻿html, body { 
	height:100%;
}
body { 
	background: url(../images/bg_2.jpg); 
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	align: justify;

}
table { 
	border-collapse:separate;
	border-color:black;
	align="center";
	width: 800px;
	height: 121px;
}

td { 
	border-collapse:separate;
	border-color:black;
	align: right;
	cellpadding: 20px;
	cellspacing: 20px;
	background-color:#FFFF42;
}

table, td, img {
	border: 0;
}

td, tr {
	vertical-align: top;
	text-align: center;
	position:center;
}

h1 {
	font-family: "CF Stencil O Rama Stamp";
	font-size:50px;
	color:yellow;
	text-align: center;
}

h2 {
	font-family: "CF Stencil O Rama Stamp";
	font-size:15px;
	color:yellow;
	text-align: left;
}