.image {
	position:relative;
	float:left;  /*optional */
}
.image .text {
	position:absolute;
	top:75px; /* in conjunction with left property, decides the text position */
	left:820px;
	/* width:300px;  optional, though better have one */
}
.logo {
	position:absolute;
	top:34px; /* in conjunction with left property, decides the text position */
	left:22px;
	/* width:300px;  optional, though better have one */
}
.tagline {
	position:absolute;
	top:50px; /* in conjunction with left property, decides the text position */
	left:225px;
	/* width:300px;  optional, though better have one */
}
.follow {
	position:absolute;
	top:10px; /* in conjunction with left property, decides the text position */
	left:880px;
	/* width:300px;  optional, though better have one */
}
.duk {
	position:absolute;
	bottom:50px; /* in conjunction with left property, decides the text position */
	left:10px;
	/* width:300px;  optional, though better have one */
}
.twitter {
	position:absolute;
	bottom:10px; /* in conjunction with left property, decides the text position */
	left:680px;
	/* width:300px;  optional, though better have one */
}
.foot {
	position:relative;
	float:left;  /*optional */
}

h1 { color: white; }

body { 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: url("images/bg_darkblue_shadow.png");
	
	background-position: top center;
}

