html
{
	background:url(/concrete/workflow24/images/velocity-main.jpg);
	background-position: center;
    background-size:cover;
	background-attachment:fixed;
	height:100%;
}

a img {
	border: none;
}

a {
	text-decoration:none;
	color:#CF3;	
	}
	
a:hover {
	color: #fff;
	
}

body
{
	color:#fff;
	margin:0;
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	background:#EEEEEE;*/
}

div
{
	background-color: transparent;
}



.title {
	position: relative;
	margin: 0 auto 20px;
    position: relative;
    width: 60%;
	text-align:center;
	
}
 
h1
{
	color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

h2
{
	font-size:1.7em;
	font-weight: normal;
	margin:0;
	color: #bb0000;
}
 
h3
{
	font-size:14px;
	line-height: 23px;
	font-weight: normal;
	margin:10px 0 0 0;
	color:#fff;
}
 
#header
{
	background:#fff;
	width:100%;
	height: 48px;
	margin:0 0 0 0;
	font-family:"trebuchet MS", Verdana, sans-serif;
	color:#FFF;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0 20px 90px 15px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 	-moz-box-shadow: 0 20px 90px 215px #000;  /* Firefox 3.5 - 3.6 */
 	box-shadow: 0 20px 90px 15px #000;
}

#header span {
	border-right: 1px solid #ccc;
    display: block;
    height: 36px;
    padding: 12px 18px 0;
    width: 23px;
}

#content
{
    position: absolute;
    top: 50%;
	margin-top: 40px;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width: 60%;
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding: 30px;
	left: 50%;
	
	}


