@charset "UTF-8";
/* CSS Document */

html, body{

	color:#DA1C5C;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1b1a1a;
	margin:0;
	padding:0;

}

#container
{
	margin:          0 auto;
	width:           540px;
	position:        relative;
	border-left:	 #ffffff solid 1px;
	border-right:	 #ffffff solid 1px;
	border-bottom:	 #ffffff solid 1px;
	background-color:#000000;
}

.title
	{
		font-size:1.2em;
		color:#ffffff;
	}

.subtitle
	{
		font-size:1.1em;
		color:#666666;
	}

.small
	{
		font-size:.6em;
		color:#666666;
	}
.date-fix
	{
	
}

input, Textarea
{
	color:#000000;
	background: #666666;
	border:none;
	font-size:10px;
}

a:link, a:hover, a:visited{
text-decoration:none;
color:#666666;
}
