html,body{
height:100%;
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: white;
}

img {border : none;}

#measurer{
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	line-height: 1em;
	background: none;
}

div#layout {position: relative; min-width: 960px; min-height: 820px; height: 900px; background: url("images/road.jpg"/*tpa=http://t-p-k.ru/wp-content/themes/tpk/images/road.jpg*/) center bottom no-repeat;}
* html div#layout {width: expression((document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 960) ? '960px' : '100%'); }
			/*	//   height: expression((document.getElementById('measurer') && document.getElementById('measurer').clientHeight < 620) ? '620px' : '100%');}*/

body {
	background: url("images/sky.jpg"/*tpa=http://t-p-k.ru/wp-content/themes/tpk/images/sky.jpg*/) center top no-repeat black;
}

#left-truck {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 250px;
	height: 500px;
}

#right-truck {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 250px;
	height: 500px;
}

#contacts {
	position: absolute;
	left: 75%;
	top: 40px;
}

#contacts a:link, #contacts a:visited {
	color: #F7E100;
	font-size: 15px;
}

#manager {
	position: absolute;
	width: 110px;
	height: 201px;
	right: 0;
	top: 18%;
	cursor: pointer;
}

#tl {
	display: block;
	width: 743px;
	height: 824px;
	position: relative;
	margin: 0 auto;
}

#tl div {
	display: block;
	position: absolute;
}

#traffic-light {
	left: 230px;
}

#logo {
	width: 743px;
	text-align: center;
	padding-top: 10px;
}

#menu {
	width: 743px;
	height: 300px;
	position: absolute;
	display: block;
	top: 220px;
	font-size: 18px;
}

#menu table {
	width: 100%;
}

#menu table td {
	height: 90px;
}

#menu .red a:link, #menu .red a:visited {
	color: #D21920;
}

#menu .yellow a:link, #menu .yellow a:visited {
	color: #F7E100;
}

#menu .green a:link, #menu .green a:visited {
	color: #54B448;
}

#menu .left {
	text-align: right;
	width: 32%;
}

#menu .right {
	text-align: left;
	width: 32%;
}

#footer {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 40px;
	font-size: 12px;
	bottom: 10px;
	left: 0;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #96AE9E;
}

#footer table {
	color: #96AE9E;
}

p.linklove {display:none}
