html,body {
	margin:0;
	padding:0;
	}
	
body {
	background:#000 url(../imgs/bg.jpg) repeat-x top;
	font:12pt Trebuchet MS, Arial, Helvetica, Georgia;
	color:#010259;
	text-align:center;
	}

img {border:none;}	

#logo {
	background:#000 url(../imgs/iprecomlogo.jpg); 
	width: 490px; 
	height: 247px; 
	margin: 70px auto; 
	color:#fff;
	}		

#sub {
	width: 500px; 
	height:55px; 
	margin: 145px auto; 
	}
	
.banner 
	{
	background:  url(../imgs/banner.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute; 
	top: 0;
	right: 0;
	}

	

