/* Bid4 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	font-size: 16px;
	line-height: 1.4;
	background: #d6d6d6;
	height: 100%;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

table {
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 960px;
	height: 659px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	background: url(images/bid4.png);
}

img {
	margin-top: 50px;
	margin-bottom: 40px;
}

p {
	margin-bottom: 20px;
	font-size: 25px;
}

.contact {
	color: #0080dc;
	text-align: left;
	font-size: 11px;
	width: 400px;
	position: absolute;
	left: 474px;
	bottom: 160px;
}

.blue {
	color: #0080dc;
}

.yellow {
	color: #ffd640;
}

.contact a {
	color: #0080dc;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
