body, html  { height: 100%; }html, body, div, span, applet, object, iframe,/*h1,2, h3, h4, h5, h6,*/ p, blockquote, pre,a, abbr, acronym, address,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }:focus { outline: 0; }del { text-decoration: line-through; }table {border-spacing: 0; }

.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

body{
	color: #646464;
	font-size: 20px;
	font-family: sans-serif;
	line-height: 20px;
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,0);
	   -moz-box-shadow: inset 0 0 300px rgba(0,0,0,0);
			box-shadow: inset 0 0 300px rgba(0,0,0,0);
}

p{
	margin-bottom: 0.3em;
}
.center,
img.center {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#al{
	background: rgba(0,0,0,0);
	display: block;
	position: absolute;
	width: 800px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -400px;
}
#al h1{
	text-align: center;
	font-size: 35px;
}
#al img{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#al p{
	text-align: center;
}