*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}

body{
	height: 100%;
}

div#background{
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	background-size: 100%;
}

div#content{
	width: 200px;
	position: fixed;
	top: 50px;
	left: 50px;
}

	div#family img{
		margin-right: 10px;
	}

div#t2{
	height: 28px;
	background: url('images/t&tlogo.gif') no-repeat;
	padding-left: 66px;
	margin-top: 20px;
	}


div#steve{
	height: 20px;
	background: url('images/steve.png') no-repeat;
	padding-left: 66px;
	margin-top: 20px;
}

div#laura{
	height: 20px;
	background: url('images/laura.png') no-repeat;
	padding-left: 66px;
}

div#max{
	height: 20px;
	background: url('images/max.png') no-repeat;
	padding-left: 66px;
}

div#ross{
	height: 22px;
	background: url('images/ross.png') no-repeat;
	padding-left: 66px;
}