body {
	background: url(../images/bg-global.jpg) repeat-x #898989;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Trebuchet MS, Tahoma, Verdana, serif, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #fff;

}
p, div, table, form, img{
	border: 0;
	margin: 0;
	padding: 0;
}
a:link 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
}
a:visited 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
 }
a:hover 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}
a:active 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}
.box{
	width: 500px;
	border: 1px dashed #fff;
	padding: 10px;
	margin: 20px 0;
	float: left;
}
#global{
	width: 100%;
	height: 600px;
	background: url(../images/bg.jpg) no-repeat top right;
}
#content{
	width: 600px;
	float: left;
	padding: 20px;

}
#footer{
	float: left;
	width: 900px;
	font-size: 9pt;
	padding: 20px;
}