﻿@import url("/styles/global.css");
body
{
	text-align:center;
	margin:0px auto; 
}
.wrapper
{
	width:800px;
	margin:10px auto; 
}
#logo
{
    display: block;
    width: 200px;
    height: 60px;
    background: url('/templates/default/images/logo.jpg' ) no-repeat;
    float: left;
}
#mainbody
{
	text-align:left;
	border:1px solid #eee;
	padding:10px;
}
#footer
{
	margin-top:10px;
}

