@charset "utf-8";
/* CSS Document */

#container{
	
	 /* The image used */
   background-image:url(../Images/bgRates.jpg);

    /* Set a specific height */
    height: 800px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:98%;
	margin:0 auto;
	padding-top:150px;
}

#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:550px;
}

.display-box{
	width:24%;
	height:500px;
	background-color:#B5B5A6;
	border-style:solid;
	border:#039,1px;
	float:left;
	margin:2px;
	position:relative;
	text-decoration:none;
	font-size:14px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 790px) {
/* Styles */
#container{
	background-image:url(../Images/bgRates.jpg);
	background-size:contain;
	background-color: #FFF;
	background-position:bottom;
	}
	#lowerscript{
	background-color:#FFF;
	text-align:left;
	min-height:600px;
}
	.display-box{
	width:98%;
	height:auto;
	background-image:url(../Images/inside2.gif);
	background-size:cover;
	float:left;
	margin:5px;
	position:relative;
	text-decoration:none;
	font-size:12px;
			
}
}