*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	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: 860px;
}

#container img {
	padding: 0px;
}

#txt {
	margin: 60px auto 40px auto;
	width: 500px;
}

#txt a {
	text-decoration: none;
	color: #999;
}

#text a:hover {
	text-decoration: underline;
}