﻿* 
{
    margin:0px;
    padding:0px;
}

html 
{
    background-image:url('background.png');
    background-repeat:repeat;
}

body {
    font-family:Century Gothic, Calibri, Trebuchet MS, Verdana, Arial, sans-serif;
    font-size:12px;
    color:#000000;
    padding:0px 0px;
    text-align:center;
}

body a 
{
	color:#000000;
	text-decoration:underline;	
}

body a:hover{
	color:#ff3030;
}

#contentWrapper
{
	background-image:url('body.png');
	background-repeat:no-repeat;
	width:613px;
	height:429px;	
	left:50%;
	top:50%;
	margin:0 auto;
	text-align:left;
}

#textWrapper
{
	width:573px;
	height:100%;
	padding-top:100px;
	margin-left:20px;
}