@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000;
}

#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #30F2ED;
	background-color: #000;
	max-width: 1000px;
	height: 600px;
	width: 1000px;
	float: left;
	background-image: url(../images/BG1000.jpg);
	background-repeat: no-repeat;
}

#family {
	position:relative;
	left: 300px;
	color: #000;
	background-color: #0FF;
	display: block;
	text-align: center;
	width: 15%;
	float: left;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
}

a:link { color: #0FF; text-decoration:none;
}

.button a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 15%;
	padding: 0.5em;
	float: left;
	margin-right: 1.2%;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
}

.button a:visited {
	color:#0FF;
}
.button a:hover, a:active, a:focus {
	color: #333;
	background-color: #0FF;
}

#myblog {
	margin-top: 100px;
	margin-left: 50px;
}

#oldblog {
	position: relative;
  	top: 102px;
  	left: 55px;
}
#kids {
	position: relative;
  	top: 262px;
  	left: -122px;
}
#david {
	position: relative;
  	top: -80px;
  	left: 52px;
}	