

body {
	margin: 0;
	padding: 0;
	background-color: #c9cfad;
}
#zunski {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	width: 900px;
	height: 345px;
}

#contentAbout {
	float: left;
	width: 900px;
	height: 412px;
	background-image: url(../images/aboutuscontent.jpg);
	background-repeat: no-repeat;
}

#contentBid {
	width: 900px;
	height: 460px;
	background-image: url(../images/bidcontent.jpg);
	background-repeat: no-repeat;
}

#cWrapper {
	float: left;
	width: 900px;
	padding: 75px 0 0 115px;
	font-family: "Century Gothic";
	font-size: 12px;
}

.col_1 {
	float: left;
	width: 425px;
}

.col_2 {
	float: left;
	width: 425px;
}

#contentYourAcc {
	width: 900px;
	height: 412px;
	background-image: url(../images/youraccountcontent.jpg);
	background-repeat: no-repeat;
}

#contentContact {
	width: 900px;
	height: 490px;
	background-image: url(../images/contactcontent.jpg);
	background-repeat: no-repeat;
}

#contentGallery {
	width: 900px;
	height: 412px;
	background-image: url(../images/gallerycontent.jpg);
	background-repeat: no-repeat;
}

#cText {
	float: left;
	padding-top: 75px;
	padding-left: 115px;
	width: 375px;
	font-family: "Century Gothic";
	font-size: 12px;
}

#cTextRight {
	float: left;
	padding-top: 75px;
	margin-left: 40px;
	width: 325px;
	font-family: "Century Gothic";
	font-size: 12px;
}

#tagline {
	float: left;
	width: 100%;
	text-align: center;
	color: #777;
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 0 0 0 0;
}

.zg a {
	color: #ff0000;
	text-decoration: none;
}

.zg a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#footer {
	width: 900px;
	text-align: center;
	color:#333333;
	font-family: "Century Gothic";
	font-size: 10px;
}

a {
	text-decoration: none;
	color:#333333;
}

a:link {
	text-decoration: none;
	color:#333333;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: underline;
	color:#FF6600;
}

.loginBtn {
	width: 94px;
	height: 21px;
	background-image: url(../images/loginbtn.jpg);
	border: none;
}

.regBtn {
	width: 94px;
	height: 21px;
	background-image: url(../images/registerbtn.jpg);
	border: none;
}

.star {
	font-size: 12px;
	font-family: "tahoma";
	font-weight: bold;
	color: #FF0000;
}