body {
	background-color: #000;
	background-image: url(background.png);
	background-repeat: repeat-y;
}

h1 {
	font-family: 'Arial';
	font-size: 50pt;
}

#heading {
	width: 80%;
	text-align: center;
	padding-left: 200px;
}

#home {
	font-size: 20pt;
	color: #ED5;
	width: 100%;
	margin-left: 300px;
}

#news {
	color: #ffe57c;
	margin-left: 300px;
}

#partner {
	width: 100%;
	margin-left: 350px;
}

#left {
	width: 20%;
	float: left;
}

#center {
	width: 20%;
	text-align: center;
	float: left;
	margin-right: 0.5em;
}

#right {
	width: 30%;
	float: left;
}

#contact {
	margin-top: -20px;
	color: #ED5;
	width: 80%;
	margin-left: 200px;
	text-align: center;
}

#backlink a {
	width: 80%;
	text-align: center;
	margin-left: 200px;
	margin-top: 20px;
	float: left;
	color: #F00;
}

#heading a {
	color: #ED5;
	text-decoration: none;
}

#products {
	width: 80%;
	margin-left: 200px;
}

#products a {
	font-weight: bold;
	width: 250px;
	height: 35px;
	text-align: center;
	margin:10px auto 5px auto;
	padding-top: 15px;
}

#products a:hover {
	outline: 1px solid yellow;
}

#menu {
	margin-top: 20px;
	float: left;
}

#iran_tee {
	color: yellow;
	margin-top: 45px;
	text-align: center;
	width: 82%;
}

#menu a {
	width: 250px;
	height: 35px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
}

#menu a:hover {
	outline:1px solid yellow;
}

#symbol {
	width: 80%;
	display: inline;	
	margin-left: 200px;
}

a {
	display: block;
	text-decoration: none;
}

.green {
	color: #FFF;
	background-image: url(green_button.gif);
	text-align: center;
}

.white {
	color: #000;
	background-image: url(white_button.gif);
	text-align: center;
}

.red {
	color: #FFF;
	background-image: url(red_button.gif);
	text-align: center;
}

.black {
	color: #FFF;
	background-image: url(black_button.gif);
	text-align: center;
}

.yellow {
	color: #000;
	background-image: url(yellow_button.gif);
	text-align: center;
}

.black_tea {
	color: #000;
	background-image: url(orange_button.gif);
}

.lemmon {
	color: #000;
	background-image: url(yellow_button.gif);
}

.cardamom {
	color: #ED5;
	background-image: url(lila_button.gif);
}

.earl_grey {
	color: #ED5;
	background-image: url(green_button.gif);
}

.cinnamon {
	color: #ED5;
	background-image: url(red_button.gif);
}

.schnick {
	color: #ED5;
	background-image: url(red_button.gif);
}

