/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.fixed-size-rect1 {
    display: table;
    width: 450px;
    height: 200px;
    background: #ffffcc;
}
.fixed-size-rect1 span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: black
}
