body{
	background: #272965;
	margin: 0px;
	padding: 0px;
	color:#FFF;
	font-family: 'Droid Sans Mono', "Courier New", Courier, monospace;font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	-webkit-text-size-adjust:none;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

.left{
	padding-top: 50px;
	width: 633px;
	float: left;
	display: block;
	position:relative;
}

.right{
	padding-top: 50px;
	width: 220px;
	float: right;
	display: block;
	position:relative;
}

b {
	font-size: 15px;
	font-weight: normal;
	line-height: 115%;
	letter-spacing: 0px;
	font-family: 'Cousine', Courier, monospace;font-style: normal;

}

.bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.two{
	height: 434px;
}

a:link,
a:visited,
a:active {
	color: #FFF;
	text-decoration: none;
}

b.a:link {
	text-decoration: underline;
}

.bottom a:link{
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.np{
	background-color: #ffffff;
	width: 633px;
	text-align:right;
	padding-top: 1px;
}


/*

	BORDER WHITE
	
*/

.topwhite{
	position: fixed;
	width: 100%;
	height: 15px;
	top: 0px;
	left: 0px;
	background-color:#fff;
	z-index: 9999;
}

.bottomwhite{
	position: fixed;
	width: 100%;
	height: 15px;
	bottom: 0px;
	left: 0px;
	background-color:#fff;
	z-index: 9999;
}


.leftwhite{
	position: fixed;
	height: 100%;
	width: 15px;
	top: 0px;
	left: 0px;
	background-color:#fff;
	z-index: 9999;
}

.rightwhite{
	position: fixed;
	height: 100%;
	width: 15px;
	top: 0px;
	right: 0px;
	background-color:#fff;
	z-index: 9999;
}
