@charset "utf-8";
/* CSS Document */
@import url('fonty/pisma.css');

body {
    height: 100%;
	font-family:myriad_proregular, Verdana, Geneva, sans-serif;
}

a {
	text-decoration:none;
	color:inherit;
}

a:hover {
	text-decoration:underline;
	color:inherit;
}

.bg {
    background: url("images/bg.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
}

.wrap {
    position: fixed;
    top: 0;
    width: 100%;
    clear: both;
}

.header {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 50px;
    height: 120px;
    text-align: center;
}

.header h1 {
    color: #ffffff;
    display: inline-block;
    margin: 20px auto;
    font-size: 3em;
	padding:0;
}
.header h2 {
    color: #ffffff;
	padding:0;
    display: inline-block;
    margin: 0 auto;
	font-weight:bold;
    font-size: 1.2em;
}