/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:url(background.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size:cover;
}

#container {
	width:80%;
	margin:auto;
	}
	
#circles {
	width:651px;
	margin:auto;
	margin-bottom:80px;
	margin-top:80px;
	}
	
#description {
	width:340px;
	margin:auto;
	text-align:center;
	display:none;
	margin-top:150px;
	}
	
#description p {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
	margin-top:20px;
	}
	
#title {
	position:absolute;
	left:44%;
	top:40%;
	text-align:center;
	}

/*********** general ***********/
	
h1 {
	color:#fff;
	font-family:tahoma;
	font-size:28px;
	line-height:30px;
	}
	
h2 {
	color:#fff;
	font-family:helvetica;
	font-size:14px;
	}
	
h3 {
	font-size:40px;
	line-height:60px;
	font-family:helvetica;
	color:#fff;
	text-align:center;
	}
	
p {
	color:#fff;
	font-family:centurygothic;
	font-size:12px;
	line-height:16px;
	}
	
ul li {
	color:#fff;
	font-family:centurygothic;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	}
	
ul {
	margin-bottom:20px;
	}

#one, #two, #three, #four, #five, #six, #seven {
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	width:650px;
	}
	
	
/************** seven ***********/

#seven {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}

#captions7 {
	float:left;
	margin-right:20px;
	padding-top:70px;
	padding-left:25px;
	text-align:right;
	/*left:50%;
	margin-left:-70px;*/
	display:none;
	}


	
#seven_text {
	float:right;
	width:200px;
	display:none;
	}


	
/************* six ************/

#six {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}

#captions6 {
	float:right;
	padding-right:60px;
	padding-top:75px;
	display:none;
	}

#six_text {
	float:left;
	width:200px;
	text-align:right;
	padding-right:13px;
	display:none;
	}
	
/************* five ***********/

#five {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}

#captions5 {
	float:left;
	margin-right:20px;
	text-align:right;
	padding-top:70px;
	padding-left:40px;
	display:none;
	}
	
#five_text {
	float:right;
	width:200px;
	display:none;
	}
	
/************ four ************/

#four {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}
	
#captions4 {
	float:right;
	padding-right:50px;
	padding-top:70px;
	display:none;
	}
	
#four_text {
	float:left;
	width:200px;
	text-align:right;
	margin-right:20px;
	display:none;
	}
	
/************ three **********/

#three {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}

#captions3 {
	float:left;
	padding-top:70px;
	padding-left:40px;
	padding-right:20px;
	text-align:right;
	display:none;
	}
	
#three_text {
	float:right;
	width:210px;
	display:none;
	}
	
/************ two ***********/

#two {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}

#captions2 {
	float:right;
	padding-top:70px;
	display:none;
	}
	
#two_text {
	float:left;
	width:200px;
	text-align:right;
	padding-right:15px;
	display:none;
	}
	
/*********** one **********/

#one {
	position:absolute;
	margin-top:-400px;
	left:29%;
	display:none;
	}
	
	
#captions1 {
	float:left;
	text-align:right;
	padding-top:70px;
	padding-right:25px;
	padding-left:20px;
	display:none;
	}
	
#one_text {
	float:right;
	width:210px;
	display:none;
	}



	
	

	