body,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		font-size:12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img{
	border:0;
}
#scrollable{
	height:400px;
	width:520px;
	margin:auto;
}
#container{
	background:url(../img/bg.png) no-repeat;
	padding:35px 0 0 0;
	position:relative;
}
h1{
	padding:0;
	margin:0;
	text-align:right;
	text-transform:uppercase;
	font-size:1.5em;
	margin-right:50px;
}
#copy{
	margin:30px auto 0 auto;
	width:415px;
	padding-left:10px;
}
#btnClose{
	position:absolute;
	top:70px;
	left:425px;
}
#btnClose a, #btnClose a:visited{
	text-decoration:none;
	color:red;
}
#btnClose a:hover{
	color:white;
}
#titleDate div{
	float:left;
}
#titleDate .title{
	width:300px;
}
#titleDate .date{
	font-weight:bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer{
	border-top:1px solid white;
	text-align:center;
	font-size:9px;
	color:red;
	padding-top:15px;
}
#footer p{
	color:#666;
}
