*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../images/bg.jpg) no-repeat center top;
	font-family:"Times New Roman", Times, serif;
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
}
img
{  border-style: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
		
#container {
	margin: 210px auto 0 auto;
	width: 824px;
}

#container img {
	padding: 12px;
}

#text {
	padding-left: 235px;
	width: 424px;
}

#text a {
	text-decoration: none;
	color: #999;
}

#text a:hover {
	text-decoration: underline;
}