@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

body {
	background:url(../images/background-tile.png) left top repeat;
}

li {
	list-style:none;
	display:inline;
	padding: 0 50px;
}

a:link, a:visited {
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#container-main {
	background:url(../images/container-tile.png) center top repeat-y;
	margin: 20px auto;
	width: 100%;
	min-width: 960px;
	text-align: center;
}


#container-t {
	background:url(../images/container-top.png) center top no-repeat;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	text-align: center;
}

#container-b {
	background:url(../images/container-bottom.png) center bottom no-repeat;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	text-align: center;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 850px;
}

.redcross {
	width:154px;
	height:51px;
	position: absolute;
	top:100px;
	left:80px;
}

.giveblood {
	width:366px;
	height:213px;
	background:url(../images/give-blood.png) left top no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	position:absolute;
	top: 80px;
	left: 300px;
}

.perfectgift {
	width:200px;
	height:29px;
	background:url(../images/the-perfect-gift.png) left top no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	position:absolute;
	top: 110px;
	left: 705px;
}

.dashboard {
	position:absolute;
	top: 315px;
	left:0;
	width: 100%;
}

.boilerplate {
	width: 450px;
	position:absolute;
	top:690px;
	left: 255px;
	margin: 0 auto;
	text-align:center;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
}

.redcross-footer {
	width: 151px;
	height:129px;
	position:absolute;
	top: 660px;
	left: 750px;
}

.greek-life {
	width:199px;
	height:61px;
	position:absolute;
	top:695px;
	left:50px;
}

.ads {
    text-align: center;
    padding: 5px 5px 20px 5px;
    display: none;
}
