* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../img/bgline.jpg") repeat #343122;
	width: 100%;
	font-family:trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
div#content {
	background: url("../img/background.jpg") no-repeat #343122;
	width: 1236px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
div#countries {
	width: 180px;	
	margin: 0 auto;
	text-align: left;
}
div#countries ul {
	list-style-type: none;	
	width: 140px;
	padding: 0px auto;
	padding-top: 330px;
}
div#countries ul li {
	padding: 5px 0	
}
div#countries a {
	color: #FA7D20;
	text-decoration: none;
}
div#countries a:hover {
	color: #101010;
}
