@charset "UTF-8";
/* CSS Document */

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(/includes/images/background-black.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	
	background-color: #000000;
}

.container-header-logo-porthouse
{
	width: 337px;
	height: 128px;
	
	margin-left: -7px;
	margin-top: 18px;
	
	background-image: url(../images/logo-porthouse-black.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	
	float: left;
}

.container-header-logo-the1440
{
	width: 182px;
	height: 83px;
	
	margin-top: 50px;
	margin-right: 32px;
	
	background-image: url(../images/logo-the1440-black.png);
	background-attachment: scroll;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	
	position: absolute;
	
	z-index: 150;
	
	margin-left: 545px;
	*margin-left: 220px;
}

.container-body-bkg
{
	width: 816px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/body-bkg-black.png);
	background-repeat: repeat-y;
}

.container-body-base-bkg
{
	width: 816px;
	height: 31px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/body-base-bkg-black.png);
	background-repeat: no-repeat;
}

.container-footer
{
	color: #333333;
}

.container-footer a
{
	color: #333333;
}

/* TEXT */

.text-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #FFFFFF;
}

.text-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	font-weight: bold;
	
	color: #FFFFFF;
}

/* Slightly smaller than main text, with higher lineheight */

.text-sub-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 30px;
	
	color: #FFFFFF;
}

.text-lighter
{
	color: #444444;
}

.text-lighter a
{
	color: #444444;
}
