@charset "utf-8";

#dag_welcomebg {
	background-image:none;
	background-color:White;  /* customizable */
}

#dag_welcomebg .header {
	border-bottom:3px solid Red;  /* customizable */
	background-color:MistyRose; /* customizable */
}

#dag_welcomebg .header:after { /* micro clearfix */
	content:"";clear:both;display: block;
}

#dag_welcomebg .header .logo {
	margin:6px 0 0 6px; /* customizable */
	float:left;
}

#dag_welcomebg .header .skip {
	margin:12px 6px 5px 0;  /* customizable */
	border:1px solid DarkGray;  /* customizable */
	float:right;
	text-decoration:none;
}

#dag_welcomebg .header .skip div{
	padding: 4px 1.5em;  /* customizable */
	background:DarkGray;  /* customizable */
	font-family: Verdana, Roboto, 'Droid Sans', sans-serif; /* customizable */
	font-size:12px;  /* customizable */
	color:WhiteSmoke;  /* customizable */
}
