/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

*
{
	padding: 0px;
	margin: 0px;
}
body,
html {
    width:100%;
    height:100%;
    min-width: 1000px;
    min-height: 472px;
    background-color: #fffcf0;
	border:4px solid #44599b;
}


.banner-text 
{
    display: table-cell;
    vertical-align: middle;
}

.tablebox
{
	display: table;
	width: 100%;
}

