/* star(*) meaning universal sets all margins and padding to 0 */
*
{
    margin:0;
    padding:0;
    color:white;
}

html, body
{
    height:100%;
    width:99%;
}

/* Home Page */
#home_content
{
	height:100%;
	width:100%;
padding-left:2%;
	color:black;
background:url('../images/watermark.png') bottom right no-repeat;


}

#home_content a
{
	color:inherit;
}
/* Previous Work Partial */
#previous_content
{
	color:black;
	height:100%;
	width:100%;
background:none;
background:url('../images/watermark.png') bottom right no-repeat;

}

#boardwalk
{
	width:100%;
	height:31%;
background:none;
}
#bw_image
{
	float:left;
	width:25%;
	height:100%;
background:none;

}
#bw_image img
{
	height:100%;
	width:100%;
background:none;

}
#bw_text
{
	width:74%;
	float:left;
	height:100%;
background:none;

}

#bw_text_link
{
	margin-top:2%;
	margin-left:2%;
	width:98%;
	height:20%;
	color:black;
background:none;

}

#bw_text_link a
{
	color:black;
background:none;

}

#bw_text_content
{
	margin-left:2%;
	width:98%;
	height:80%;
	color:black;
background:none;

}

#microbase
{
	width:100%;
	height:31%;
	float:left;
background:none;
}

#mb_image
{
	float:left;
	width:25%;
	height:100%;
background:none;

}
#mb_image img
{
	height:100%;
	width:100%;
	float:left;
background:none;

}
#mb_text
{
	width:74%;
	float:left;
	height:100%;
background:none;

}

#mb_text_link
{
	margin-top:2%;
	margin-left:2%;
	width:98%;
	height:20%;
	color:black;
background:none;

}

#mb_text_link a
{
	color:black;
background:none;

}

#mb_text_content
{
	margin-left:2%;
	width:98%;
	height:80%;
	color:black;
background:none;

}

#waterhouse
{
	width:100%;
	height:31%;
background:none;
}

#wh_image
{
	float:left;
	width:25%;
	height:100%;
background:none;

}
#wh_image img
{
	height:100%;
	width:100%;
background:none;

}
#wh_text
{
	width:74%;
	float:left;
	height:100%;
background:none;

}

#wh_text_link
{
	margin-top:2%;
	margin-left:2%;
	width:98%;
	height:20%;
	color:black;
background:none;

}

#wh_text_link a
{
	color:black;
}

#wh_text_content
{
	margin-left:2%;
	width:98%;
	height:80%;
	color:black;
background:none;
}

h1
{
	color:black;
	font-family:"Century Gothic";
}