body{
	background-color: #393939;
	margin: 0;
}

table,
td,
h1,
img,
p,
ul,
li{
	margin: 0;
	padding: 0;
	border: 0;
}

table{
	width: 100%;
}

td{
	vertical-align: top;
}

h1{
	text-align: right;
	margin-top: 16px;
	margin-bottom: 28px;
}

.welcome img{
	margin-top: 55px;
	margin-left: 38px;
}

.content td{
	background: url("../imgs/homepage/bg.gif") top left repeat-x;
}

.content .lt{
	background: url("../imgs/homepage/gradient_l.gif") top right no-repeat;
}

.content .rt{
	background: url("../imgs/homepage/gradient_r.gif") top left no-repeat;
}

.imgs img{
	border-right: solid 1px #fff;
}

p{
	line-height: 0;
}

.top{
	margin-top: 5px;
}

ul li{
	float: left;
	list-style: none;
	margin-top: 40px;
}

.footer{
	background: url("../imgs/homepage/bg_footer.gif") top left no-repeat;
}

.footer p{
	font: 10px arial, sans-serif;
	color: #fff;
	margin-top: 12px;
}

.footer .copy{
	float: left;
	padding-left: 40px;
}

.footer .credit{
	float: right;
}

.footer a{
	color: #fff;
	text-decoration: none;
	margin: 0 8px;
}