body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

h1 { display: none; }

p {
	position: absolute;
	margin: 0px;
	margin-top: -191px;
	width: 100%;
	height: 283px;
	top: 50%;
	background: url(../Images/Index.gif) repeat-x;
}

p a { 
	display: block;
	border: none; 
	width: 99%;
	height: 283px;
	background: url(../Images/Index.jpg) 50% 0% no-repeat;
	text-decoration: none; 
}

div {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
	text-align: right;
}

div a {
	margin: 5px;
	color: #ccc;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div a:hover {
	text-decoration: underline;
}