@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, form, p, fieldset, legend {
	margin: 0;
	padding: 0;
}

:link img, :visited img {
	border: 0;
}

body {
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	background: #000000;
	}

#align { 
	position:absolute; 
	top:0; /* For IE Mac */ 
	left:0; 
	} 

/* Hide from IE Mac \*/ 
#align { 
	top:50%; 
	width:100%; 
	margin-top: -25.0em; 
	text-align:center; 
	min-width:44.133em; 
	} 
/* End hide */ 

#container {
	margin: 0 auto;
	width: 798px;
	height: 595px;
	border: 1px solid #4B4B4B;
	background: transparent url(../img/img_romanin_logo.jpg) no-repeat top left;
	}

#address {
	float: left;
	position: relative;
	top: 504px;
	xleft: -255px;
	left: 38px;
	}

#right_hand_pane {
	float: right;
	width: 462px;
	height: 595px;
	xbackground-color: #666;
	}

#clickhere {
	clear: both;
	padding-top: 2px;
	margin-left: 335px;
}