
/* basic elements */

html {
	margin: 0 0 0 0;
	padding: 0;
	background: url(images/dot.gif) top left;
	}
	
body { 
	width: 101%; 
	height: 450px;
	margin: 105px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	position: absolute;
	-moz-box-shadow: 0px 0px 10px #254578;
	-webkit-box-shadow: 0px 0px 10px #254578;
	}
	
p { 
	margin: 0; 
	}
	
a:link { 
	font-weight: regular; 
	text-decoration: none; 
	color: #1b5599;
	}
	
a:visited { 
	font-weight: regular; 
	text-decoration: none; 
	color: #1b5599;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #a02066;
	}

a img { 
	border: none; 
	}

/* specific divs */

#main { 
	width: 850px; 
	height: 450px;
	margin: 0 auto 0 auto;
	padding: 0;
	background color: #a02066;
	}

#logo { 
	font: 18px georgia, garamond, serif;
	text-align: right;
	color: #91bde5;
	line-height: 18px;
	width: 518px; 
	height: 48px;
	margin: 120px 0 0 0;
	background: url(images/bbd01.png) top left no-repeat;
	position: absolute;
	}

p span {
	margin: 0 -5000px 0 0;
	}

#sub { 
	width: 518px; 
	height: 21px;
	margin: 180px 0 0 0;
	background: url(images/bbd02.png) top left no-repeat;
	position: absolute;
	}

#copy {
	font: 18px georgia, garamond, serif;
	width: 280px; 
	height: 30px;
	margin: 305px 0 0 298px;
	position: absolute;
	}
	
#berry {
	width: 284px; 
	height: 301px;
	margin: 42px 0 0 560px;
	background: url(images/blueberry.png) top left no-repeat;
	position: absolute;
	}
	
#footer { 
	font: 12px georgia, garamond, serif;
	text-align: left;
	color: #1b5599;
	width: 200px; 
	height: 20px;
	margin: 482px 0 0 330px;
	padding: 0;
	position: absolute;
	}



