@charset "UTF-8";

body,
html {
    margin:0;
    padding:0;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #bf1e2e;
	}
	
p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
a, a:visited, a:active, a:hover {
	color: #bf1e2e; 
	text-decoration: underline;
	}
	
/* =Containers
--------------------------------------------------------------------------------*/
	
#textBlock {
	position: absolute;
	top: 30px;
	left: 30px;
	width:154px;
	height: 118px;
    }
	
#footer {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 108px;
	height: 24px;
	text-align: left;
	}

/* =Images
--------------------------------------------------------------------------------*/

img {
	border="0";
    display: block;
	}
	
img.logo {
	border="0";
	}
