﻿body
{
    background-image: url(../images/body-bg.png);
    background-repeat: repeat-x;
}
body, h1, h2, h3, p, a, ul, li, img 
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	border-style: none;
}
p
{
    float: left;
}
a
{
    border-style: none;
    color: #016eb3;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
ul 
{
	list-style-type: none;
}
#page-wrapper 
{
    position: relative;
	width: 949px;
	margin: 0 auto;
}
.logo 
{
    position: absolute;
    height: 57px;
    width: 428px;
    left: 4px;
    top: 21px;
    background: url(../images/megam-logo.gif) no-repeat;
}
.header 
{
    position: absolute;
    height: 34px;
    width: 515px;
    left: 622px;    top: 28px;    background: url(../images/contact-numbers.gif) no-repeat;
}
.fltl 
{
	float: left;
	height: auto;
}
.freeTrial-wrapper
{
    position: absolute;
    background: url(../images/freeTrail-sub-bg.png) repeat-y;
    left: 0px;
    top: 120px;
}
.freeTrial-content
{
	background: url(../images/freeTrail-sub-top.png) no-repeat left top;
	float: left;
}
.freeTrial-inner 
{
	background: url(../images/freeTrail-sub-bottom.png) no-repeat left bottom;
	float: left;
	width: 950px;
	text-align: left;
	padding: 35px 0px 5px 265px;
}