body {
    color: #FFF;
    margin: 0px;
    background-image: url('../img/mintabusz.gif');
    background-repeat: repeat-y;
    background-position: center center;
    background-color: #282A2C;
	line-height: 0;
}

.separator {
	width: 308px;
	height: 2px;
	margin: auto;
	background-color: #44C4EE;
	border-top: 1px solid #0090D0;
}

#wrapper {
	width: 320px;
	margin: auto;
	padding: 0;
	background-color: #00AEE0;
}
#wrapper p {
	margin-top: -8px;
	padding: 0 16px 4px 16px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}

h3 {
	margin-top: 14px;
	padding: 0 16px 0 16px;
	font-family: Dosis;
	font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
h3 span {
	color: #0080B8;
}

.bullet {
	font-family: Dosis;
	font-size: 20px;
	color: #0080B8;
}

#footer {
	width: 320px;
	margin: auto;
	padding: 0;
}
#footer p {
	float: left;
	padding: 15px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #808080;
}
#footer img {
	float: right;
	padding: 15px;
}

/* Links */

a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active,
a:hover {
	color: #FF4;
	text-decoration: none;
}

#contact {
	background-color: #00AEE0;
	text-align: center;
}

a.fblink {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	background: url('../img/link_fb.png');
	background-size: 100% 200%;
}
a.fblink:link,
a.fblink:visited {
	background-position: 0 0;
}
a.fblink:active,
a.fblink:hover {
	background-position: 0 -45px;
}

a.gmlink {
	float: right;
	display: block;
	width: 45px;
	height: 45px;
	background: url('../img/link_gm.png') no-repeat top;
	background-size: 100% 200%;
}
a.gmlink:link,
a.gmlink:visited {
	background-position: 0 0;
}
a.gmlink:active,
a.gmlink:hover {
	background-position: 0 -45px;
}

#sendMsg {
	background-color: #0080B8;
	border: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	font-family: Dosis;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
}
#sendMsg:hover {
	background-color: white;
	color: #0080B8;
}