/* 
           Name : style
    Description : main stylesheet
*/

/*
**	css reset by eric meyer
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*
**	/css reset
*/

body{
	background: #fff;
	font: 18px/22px Futura, 'Century Gothic', sans-serif;
	min-width: 500px;
}

#header{
	color: #000;
	font: 48px/56px Futura, 'Century Gothic', sans-serif;
	margin: 20px auto;
	text-align: center;
	width: 700px;
}

#container{
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 560px;
}

#links{
	font: 30px/36px Futura, 'Century Gothic', sans-serif;
}

a, a:visited{
	color: #999;
	text-decoration: none;
}

a:hover, a:focus/*, a:active*/{
	color: #555;
	outline: none;
}

#footer{
	border-top: 1px dotted #f0f0f0;
	margin: 20px auto 0;
	padding: 10px 0 0;
}

