@charset "utf-8";
/* CSS Document */

/* body ----------------------------------------*/

h1,h2,h3,h4,h6,p,blockquote,ol,ul,li,img {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	margin:0px;
	padding:0px;
	color:#fff;
	/*background-color: #000000;*/
	
	/*background-image: url(images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	
	/*background-position: center top;
	background-attachment: fixed;*/
}

/* WRAPPER -----------------------------------*/
/* WRAPPER -----------------------------------*/
/* WRAPPER -----------------------------------*/
/* WRAPPER -----------------------------------*/

#wrapper {
	width: 800px;
	margin: 70px auto 10px auto;
	background: rgb(75, 75, 75);
    background: rgba(75, 75, 75, .4);
	border: 1px solid #fff;
}

/* HEADER ------------------------------------*/
/* HEADER ------------------------------------*/
/* HEADER ------------------------------------*/
/* HEADER ------------------------------------*/

#header {
	text-align: center;
	margin: 50px 0px 50px 0px;
}

/* CONTENT -----------------------------------*/
/* CONTENT -----------------------------------*/
/* CONTENT -----------------------------------*/
/* CONTENT -----------------------------------*/

#content {
	text-align: center;
}

#content a {
	color: #F6F4F4;
	text-decoration: none;
}

#content a:hover {
	color: #F6F4F4;
	text-decoration: underline;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #fff;
	line-height: 1.5em;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.5em;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

/* COPYRIGHT ---------------------------------*/
/* COPYRIGHT ---------------------------------*/
/* COPYRIGHT ---------------------------------*/
/* COPYRIGHT ---------------------------------*/

#copyright .inner {
	width: 800px;
	margin: 0 auto;
}

#copyright p {
	font-size: 0.7em;
	margin-bottom:0px;
	color: #F6F4F4;
}

#copyright a {
	color: #F6F4F4;
	text-decoration: none;
}

#copyright a:hover {
	color: #F6F4F4;
	text-decoration: underline;
}
