/*	
----------------------------------------------------*/
body {
	background: #ffffff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #979DA3;
	margin: auto;
	padding: 0px;
}

/* =a Default styling for links
----------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color: #ed1666;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
/* =p Default styling for paragraphs
----------------------------------------------------*/
p {
	line-height: 150%;
}
/* =h1 Default styling for top-level headings
----------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color:#cccccc; 
}
/* =abbr Default styling for abbreviations
----------------------------------------------------*/
abbr[title] {
	border: 0px;
}
/* =img Default styling for images
----------------------------------------------------*/
img {
	border: 0px;
}
/* =divs Columns and layout
----------------------------------------------------*/
#vcenter {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	width: 640px;
	height: 480px;
	margin: auto;
	margin-left: -320px;
	position: absolute;
	top: -240px;
	left: 50%;
	padding: 0px;
	visibility: visible;
}