/* CSS definitions */


body {
         margin-top:4em;
		 margin-bottom:4em;
         padding: 0;
         width:100%;
         height:100%;
         background-color: #fff;
}

#center
{
width: 100%;
height: 100%;
position: absolute;
color: #000;
font-family:'verdana', sans; font-size:14pt; font-weight:normal;
text-align:center;

}
img {
	max-width: 100%;
	height: auto;
}
#ie8 img {
	width: 100%;
}

h1 {  font-family:'verdana', sans; font-size:18pt; margin-top:0; margin-bottom:0; font-weight:bold; color: #000 }
h2{  font-family:'verdana', sans; font-size:16pt; margin-top:0; margin-bottom:0; font-weight:bold; color: #000 }