/* eventually, fix this to rotate through a few images every 10-20 seconds (dissolve transistion). can be done with javascript or css3 */

body {
  font-family:helvetica;
  background-image:url("IMG_1839.jpg"); 
  background-size:cover;  
  min-width:800px;
  position:relative;
}

.content1{
background-color:rgba(200,200,200,.3);
width:300px;
position:absolute;
top:20px;
left:20px;
padding:5px;
}

.content2{
background-color:rgba(200,200,200,.3);
width:300px;
position:absolute;
top:20px;
right:20px;
padding:5px;
}

img {
	padding:0px;
	margin:0px;
	width:100%;
}
