@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}
body { background:#333; color:#ffffff; font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif; font-size:12px; text-align:left; }
.imgsrc {position:absolute; top:0; left:0; width:100%; z-index:1;}
a, p a {text-decoration:none; color:#fff;}
a:hover {text-decoration:underline;}
a img {border:none;}
#wrap { width:960px; height:730px; margin:40px auto auto; z-index:2; position:relative; background:url(../images/background.jpg) top right no-repeat; }
#header {width:100%; height:73px; }
#header img{float:left; }
#container { width:760px; background:transparent; margin:20px 20px 0 60px; padding:0 0 20px 0; position:relative;	-webkit-box-shadow:rgba(0,0,0,.8) 10px 10px 10px;	-moz-box-shadow:rgba(0,0,0,.8) 10px 10px 10px;	box-shadow:rgba(0,0,0,.8) 10px 10px 10px; }
div.box_overlay { width:100%; top:0; left:0; bottom:0; position:absolute; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity:0.8; background:#333; z-index:4; }
div.box {
	width:740px;
	margin:0;
	top:10px;
	left:10px;
	position:relative;
	border:1px solid #000;
	overflow:auto;
	z-index:5;
	background-image: url(images/manager-software-logo.png);
}

div.col-1 { width:222px; padding:40px 0 20px 40px; float:left; text-align:center; }
div.col-2 { width:415px; padding:27px 30px 10px 30px; float:left; text-align:justify;}

p {color:#ffffff; margin:6px; line-height:20px;}
