/* CSS Reset */

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;

}



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;

}

/* End of CSS Reset */



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {

	display: block;

}

body {

	-webkit-text-size-adjust: none;
	font-size: 160%;
	font: 14px/18px Arial, sans-serif;

	background: #000000;

}

.wrapper {

	width: 100%;

	min-width: 1000px;

}









/* Header

-----------------------------------------------------------------------------*/

.header {

	position: relative;

	height: 125px;

	background-size:100%

	background: #000000;

	Padding: 25px;

}





/* Middle

-----------------------------------------------------------------------------*/

a:link {

    color: #ffffff;

}







h1 {

    font-size:50px;

    color: #ffffff;

    font-weight:bolder;

	text-align: center;

	line-height:40px;
}



h2 {

    font-size: 125%;
}



h3 {

    font-size: 50px;

    color: #01c000;

    font-weight:bolder;

    text-align: center;

	line-height: 40px;
}





ul {

    list-style-type: square;

    padding: 0px;

    margin: 0px;

}



.middle {

	width: 100%;

	position: relative;

	margin: 0 auto 0 auto

	

}





.container1 {

	width: 100%;

	margin: 0 auto;

	overflow: hidden;

	background: #000000;

	padding: 0px 0px;
	
	border-radius: 0px 0px 0px 0px;
}



.content {

	padding: 75px;	
}



.container2 {

	width: 100%;

	overflow: hidden;

	background: #000000;

	padding: 0px 0px;
}





.button1 {

  -webkit-border-radius: 28;

  -moz-border-radius: 28;

  border-radius: 28px;

  background: #000000;

  padding: 20px 40px 20px 40px;

  text-decoration: none;

}



.button1:hover {

  text-decoration: none;

}





.button2 {

  -webkit-border-radius: 28;

  -moz-border-radius: 28;

  border-radius: 28px;

  background: #000000;

  
  text-decoration: none;
	
margin-left:auto;margin-right:auto
}



.button2:hover {

  text-decoration: none;

}
