/*
Theme URI: http://dbg-team
Author: Tomasz Kuchne
Author URI: http://kuchne.webd.pl
Description: DBG Team Serwis Ogumienia
Version: 1.0

-------------------------------------------------------------- */

@font-face {
    font-family: OpenSansCondLight;
    src: url(js/OpenSans-CondLight.ttf);
    font-weight: 300;
}

html {
	height: 100%;
}

body {
	font-family: Verdena;
	font-size: 12px;
	color: #454545;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 1280px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	background: url(gfx/back.png) top center no-repeat;
	
}

#page a.opony {
	position: absolute;
	top: 204px;
	left: 271px;
	background: url(gfx/logo_opony.png) top center no-repeat;
	width: 271px;
	height: 20px;
	padding-top: 300px;
	font-size: 30px;
	color: #3d3d3d;
	text-align: center;
	font-family: OpenSansCondLight;
}

#page a.transport {
	position: absolute;
	top: 204px;
	left: 720px;
	background: url(gfx/logo_transport.png) top center no-repeat;
	width: 292px;
	height: 20px;
	padding-top: 300px;
	font-size: 30px;
	color: #3d3d3d;
	text-align: center;
	font-family: OpenSansCondLight;
}

.left_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	min-height: 100%;
	background: url(gfx/back_l.png) top left repeat-x;
	z-index: -2;
}

.right_back {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	min-height: 100%;
	background: url(gfx/back_r.png) top right repeat-x;
	z-index: -2;
}