/* Copyright (C) 2009 iMesh Light */

html {
	background: #ec1d24 url('../images/html-bg.png') repeat-x center top;
	height: 100%;
	}
	
body {
	background: transparent url('../images/imeshlight-logo.png') no-repeat center top;
	color: #fff;
	font-size: 1em;
	height: 100%;
	}
	
div#logospace	{
	width: 100%;
	height: 325px;
	}
	
div#wrapper	{
	text-align: center;
	}	
	
a.download	{
	padding: 8px;
	background: #fff;
	color: #ec1d24;
	-moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px;  
  text-decoration: none;
	}
a.download:hover {	
	color: #ab1419;
	text-decoration: underline;
	}