﻿
	
#romuautot{
	height:750px;
	width:800px;
	margin:0px auto;
}

#ROMUcontentupper{
	height:400px;
	width:800px;
	margin:0px;
	padding-top:30px;
	
	
}
.box{
    float:left; 
    width:31%;
    height:600px;
    margin:9px;
    background-color:#fff;
}
.boxbox{
	width:60%;
	height:600px;
	float:right;
	margin:9px;
}

#boxbig{
    width:800px;
    height:200px;
   	margin-top:100px;
    background-color:#d4d4d4;

}
#romupopup{
    width:490px;
    height:200px;
   	margin-top:50px;
	border-radius: 8px;
		margin-left:25px;
	background-color: #ffd300;
	-moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 14px rgba(0,0,0,0.7);
	}