body
{
	background-image: url('img.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	margin: 0;
	padding: 0;
	font-family : Helvetica, Arial, Sans-Serif;
}


h1, h2, h3, h4, p, li {
	font-family : Helvetica, Arial, Sans-Serif;
	text-align : left;
}
pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
h1, h2 {
	font-size: 16px;
	font-weight: bold;
}
p, li {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
td, th {
	font-family : Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
}

a:link {
	color: #0074ae;
	text-decoration : underline;
	font-weight : normal;
}
a:visited {
	color: #006294;
	text-decoration : underline;
	font-weight : normal;
}
a:hover  {
	color: #000000;
	text-decoration : underline;
	font-weight : normal;
}

#main-text
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 600px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#vimg
{
	float: left;
}
#sub-text, #sig
{
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#counter-container
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#countdown-text
{
	margin-bottom: 10px;
}