*{
	padding:0;
	margin:0;
}


body
{
background-color:#F3F3F3;
}

.header
{

	background-color:transparent;
	width:400px;

}

.image
{
display: block;
    margin-left: auto;
    margin-right: auto

}
.info
{
margin-left:auto;
margin-right:auto;
background-color:#f3f3f3;
padding-bottom:30px;
-moz-box-shadow: 0px 10px 20x #999;
-webkit-box-shadow: 0px 10px 20x #999;
box-shadow: 0px 10px 20x #d0d0d0;	
}
h1
{
font-family:Skia, "Lucida Grande", sans-serif; 
font-size:100pt;
letter-spacing:-24px;
text-align:center;
text-indent:-27px; 

color:#b7b7b7;


}

.container
{
	width:400px;
	padding-top:10px;
	text-align:center;
	background-color:transparent;
}
.contentleft
{

	background-color:#ffffff;
	width:380px;
		margin-left:auto;
	margin-right:auto;

	padding-bottom:20px;
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.contentright
{

	background-color:#ffffff;
	width:380px;
	margin-left:auto;
	margin-right:auto;

	padding-bottom:20px;
	
		-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.contentmiddle
{
	
	background-color:#ffffff;
	width:380px;
	margin-left:auto;
	margin-right:auto;

	padding-bottom:20px;
	
		-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.contentend
{


	width:100%;
	height:10px;
	background-color:transparent;
}

.footercontainer
{
width:100%;	
}

.footercontent
{
width:60%;
margin-left:auto;
margin-right:auto;	
}

h2
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:12pt; 
text-align:left;
padding-left:20px; 
color:#333333;
font-weight:normal;
text-indent:10px;
padding-bottom:10px;
}

.message
{
width:400px;
}

h3
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:14pt; 
text-align:center;
color:#444444;
font-weight:normal;

}

h4
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:12pt; 
text-align:center;
color:#444444;
font-weight:normal;

}

h5
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:11pt; 
text-align:center; 
color:#888888;
font-weight:normal;
}

h6
{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:8pt; 
text-align:right; 
color:#888888;
font-weight:normal;
}

@media screen and (max-width: 1100px) 
{
	
h1
{
font-size:70pt;	
}	
	
}

@media screen and (max-width: 970px) 
{
	
h1
{
font-size:60pt;	
}	
	
}