/* CSS Document */
<style type="text/css">

* {
margin:0;padding:0
}
html, body {
height:100%
}

table {
height:100%;
width:100%;
text-align:center;
} 

body {
	background-color: #F33500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
}


</style>
