﻿* {
padding: 0;
margin: 0;
}
body {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
background: transparent url(Graphics/home1.jpg) no-repeat scroll center center;
}
html, body {
height: 100%;
}
#container {
min-height: 100%;
background-color: transparent;
width: 100%;
margin: 0 auto;
}
* html #container {
height: 100%;
}

#clearfooter {
height: 50px;
}

#footer 
{
	clear: both;
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	height: 84px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* tagline */
#TagLineHome
{
	float:left;
	background: transparent;
	height: 70px;
	width: 45%;
	padding-left: 4%;
}

#MagInfo
{
	float:right;
	background: transparent;
	height: 70px;
	width: 45%;
	text-align: right;
	padding-right: 4%;
	line-height: 28px;
}		

.MagLine
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
}

.MagEdition
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
}
	
.MagLocation
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
		
