﻿body{
font-family: trebuchet, arial, sans-serif;
margin:0;
} 

html, body {
height: 100%;
}

a{
text-decoration:none;
}

img{
border:none;
}

#container{
position:relative; 
min-height: 100%;
height: 100%;
}

html>body #container {
height:auto;
}


#main{
width:560px; 
float:center;
margin:0 auto 0 auto;
position:relative;
}

#main img{
position:relative;
margin-top:25%;
height:360px;
border:none;
}



#footer
{
	width: 100%;
	letter-spacing:3px;
	font-size:0.75em;
	font-family:helvetica, sans-serif;
	margin-top:10px;
	text-align: center;
	color: #666;
	position:absolute;
	padding-bottom:20px;
	bottom:0;
}

#footer a
{
	text-decoration: none;
	color: #39c;
}

#footer a:hover
{
	text-decoration: none;
	color: #000;
}