﻿p.heading {
	font-size:300%;
	text-align: center;
}

p.subhead {
	font-size:200%;
	text-align: center;
}


 #bigpicture {
	float:left;
	max-width:1550px;
	
    } 
 
 #container {
        float:left;
        width: 300px;
        height: 300px;
        display: table;
        background-color: #000000;         
    }

    #container .image-container {
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        border: 2px solid #0000ff;
    }

    #container .image-container img {
        max-width: 280px;
        max-height: 260px;        
    }
    
    #bottomtext {
    position:relative;
    top: 20px;
	clear:both;
	text-align:center
	}
}