﻿.body1
{
	background-image: url("bg_close.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

.body2
{
	background-image: url("bg_open.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;

}

.pnlCSS
{
	background-image: url("bg_panel.jpg");
}

.label
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}
.div
{
	text-align: center;
	padding:5px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
