/* CSS Document */

html {
	height:100%;
}

body {
	background:#000A6A; margin:0; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000;
}

#wrapper {
	height:100%; width:100%; margin:0 auto;
}

#content {
	width:688px; height:500px; border:#FFFFFF 1px solid; background:url(webimages/content_bk.jpg) repeat; border:#333333 1px solid;
}

#header {
	background:url(webimages/header.jpg) no-repeat; width:688px; height:184px;
}

#header .links {
	color:#333333; float:right; /*height:184px;*/ padding:150px 10px 0 0;
}

#header a.links {
	text-decoration:none; padding:0 5px; float:none; color:#003399;
}

#header a.links:hover {
	text-decoration:underline; padding:0 5px; float:none; color:#990000;
}

#pictures {
	margin:0 auto; text-align:center;
}

#pictures img {
	border:#003366 1px solid; margin:6px;
}

a.privacy {
	color: #6666FF;
	text-decoration: none;
	font-size: 12px;
	display:block;
	padding-top:13px;
}
a.privacy:hover {
	color: #6666FF;
	text-decoration: none;
}
a.privacy:followed {
	color: #6666FF;
	text-decoration: none;
}