/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
        font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset */

/* Main Styles */

body {
	background-color: #161628;
}

#wrap {
	width: 943px;
	margin: auto;
}

#header {
	width: 943px;
	height: 377px;
	background-image: url(img/header_klapa-kastav.jpg);
	background-repeat: no-repeat;
}

/* Intro Content */

#intro {
	background-image: url(img/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 943px;
	height: 579px;
}

#intro h1 {
	width: 943px;
	height: 312px;
	text-indent: -9999px;
	background-image: url(img/klapa-kastav-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#intro #primary {
	float: left;
	width: 434px;
	text-align: right;
	padding-right: 37px;
}

#intro #secondary {
	float: right;
	width: 410px;
	text-align: left;
	padding-left: 62px;
}
