@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/port-bg.jpg);
	background-repeat: repeat;
}


p{
	color:#FFF;
	font-size:16px;
	line-height:24px;
}
a:link {
	color:#0CF;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:inherit;
}

a:hover { color:#FFF;
text-decoration:underline;
}

.descbox {
	padding: 10px;
	float: none;
	height: 190px;
	width: 500px;
	margin-left: auto ;
    margin-right: auto ;
	position: relative;
	left: 0px;
	top: 5px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-left-color: #000;
	outline-color: #000;
}

