*{
margin:0;
padding:0; /* to reset all, and there by you may remove all other margin:0; and padding:0; rules from other parts of your CSS files */
}

body {
	background: #ffffff; 
	width: 100%;
	height: 100%;
}

DIV.top {
	height: 104px;
	width: 870px;
}

DIV.bottom {
	width: 870px;
	text-align: left;
}

DIV.line {
	width: 100%;
	height: 11px;
	font-size: 1px;
	overflow: hidden;
	background: url(../img/line.png) repeat-x;
}

iframe.page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

DIV.main_logo {
	width: 236px;
	height: 60px;
	margin-top: 25px;
	background: url(../img/logo.png) no-repeat;
	float: left;
	cursor: pointer;
}

DIV.top_text {
	float: right;
	width: 455px;
	height: 60px;
	margin-top: 12px;
	text-align: left;
	color:#777777;
}

DIV.bottom_text {
	width: 655px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

h1 {
	font-family: arial;
	font-size: 18px;
	color: #d80500;
	padding-bottom: 10px;
}

span.bold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-family: arial;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
}

DIV.top_text P {
	line-height: 20px;
}

a {
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}