/* CSS Document */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*end reset*/

html{
	height:98%;
	width: 98.5%;
	background:#FFF;
	margin:7px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
}

html, body{
	padding: 0px;
}

body{
	text-align: center;
  	min-width: 960px;
	font-size: 62.5%;
}

#container {
	position:absolute;
	text-align: left;
	top: 50%;
	left: 50%;
	width:36em;
	height:9em;
	margin-left: -18em; /*negative 1/2 width*/
	margin-top: -4.5em; /*negative 1/2 height*/
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

h1,h2{
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
}
h1{
	font-size: 5em;
	font-weight: bold;	
}
h2{
	font-size: 2em;
	font-weight: normal;	
}
