* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.jpg) repeat-x #a4a4a4;
}

.container {
	margin: 100px auto 25px auto;
	width: 950px;
	text-align: center;
}

.right {
	float:right;
}

.left {
	float:left;
}

a  {
	border: 0;
}

h1  {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	clear: both;
	color: #333;
	text-align: center;
}

h1 a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}




