@CHARSET "UTF-8";
<style type="text/css">
	element .style{}

html,body {
  height: 100%;
}

body {margin:0; padding:0;
background-color: #FFF;
color: #666;
line-height: 1.4;
}

html {
    font-size : 15px; 
}

#header{
	margin: 0;
}

#wrap {
  width:100%;
  /* Negative indent footer by its height */
  margin: 0 ;
  /* Pad bottom by footer height */
  padding: 0 0 0 0;
}

img{
	margin: 10px 0 25px 0;
	width: auto;
	height: auto;
    display:block;
    max-width: 25%;
}

img.title{
	max-width: 100%;
	margin: 0;
}

img.logo{
	max-width: 25%;
	margin: 0;
}


@media (max-width: 1200px) {
img {
	max-width: 50%;
	}
}

img.title{
	width: 100%;
}

.example1 p,.example2 p{
	padding-left:10px;
	padding-right:10px;
	margin-bottom : 2px;
	margin-top : 2px;
	}

.example2 {
	width:100%;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	margin-bottom : 5px;
	margin-top : 5px;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}	

#title{
	text-align: center;
	font-weight: bold;
}

#description{
	margin: 0 0 25px 0;
}

.clear_box {
	clear:both;
	height:10px
}

#footer {
	width:100%;
	height: 80px;
    background-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin:0;
}


#footerbody { position:relative; width:100%; max-width:1280px; max-height:75px; margin:0 auto; background-color:#d9d9d9;}
#footerbody #copyright { position:absolute; top:14px; right:5px }
#footerbody #copyright p { display:block; height:0; padding-top:9px; overflow:hidden;
 }

@media screen and (min-width : 768px){
    .example1{ font-size : 20px;}
}
 
@media screen and (min-width : 1024px) {
    .example1{ font-size : 22px;} 
}

.example1 {
	width:100%;
	color:#fff;
	background-color: #9cf;
	margin-bottom : 10px;
	margin-top : 10px;
	font-size:16px;
	text-shadow:1px 1px 1px #333;
	text-align:left;
	line-height:150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow:hidden;
	display:table;
}

</style>