*{margin: 0; padding: 0}
img{border: none;}
a{outline: none; color: #fff}

h1, h3{	margin-bottom: 15px; font-weight: 400;}
h1{ font-style: italic; font-size: 20px}
h3{ font-size: 19px;}

html, body {
    height: 100%;
}

#full-bg img {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-10;
    opacity: .9;
}

body{
	font-size: 62.5%;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-style: italic;
}

#logo{margin-left: 200px;}
#title{
	width: 610px;
	height: 58px;
	display: block;
	background: url(../images/title.png);
	text-indent: -9999px;
	margin-left: -5px;
}
#wrapper{
	width: 700px;
	background: url(../images/stripe-base-content.png) repeat-y;
	position: relative;
	top: 50px;
}
#wrapper .inside{padding: 10px 20px;}
#wrapper p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
}
#wrapper p.contact{margin-bottom: 10px; font-size: 13px; font-family: 'Droid Sans', Arial, sans-serif; font-style: normal;}
#wrapper ul{margin-bottom: 20px; list-style-position: inside;}
#wrapper li{font-size: 20px; line-height: 1.5}

#footer{
	padding: 10px 20px;
	background: #000;
}
#footer p{
	margin-bottom: 0;
	font-size: 12px;
}