#note {
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
}

#text {
	width: auto;
	height: 580px;
	text-align:justify;
	padding: 35px;
	background:#FFFFFF;
	line-height: 24px;
	font-size:15px;
}

html, body{height:100%;}

body {
background: url(images/aboutbg.jpg) no-repeat center center fixed;;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
