html {
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	background-color: #000000;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	line-height: 1.2;
	color: #FFF;
}

#container {
	margin: 0 0 0 0;
	padding: 0 0 0 50px;
	width:550px;
	height:700px;
	background-image: url(../images/bp_bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}

#bp {
	margin: 210px 20px 0 0;
	padding: 0px;
	width:200px;
	height:440px;
	float: left;
	overflow: visible;
}

#text {
	margin: 345px 0 0 0;
	padding: 0px;
	width:290px;
	height:60px;
	float: left;
}

.textField
{
	font-size:12px;
	width:280px;
	height:60px;
}
