/* Stylesheet for My Life on the Net - HM Immigration, Hulk Smash */

body {
	background:#000;
	font-family: Palatino, Georgia, serif;
	font-size:16px;
}

div.intro {
	font-size:18px;
	color:#000;
}

h4.sub1, h4.sub2 {
	text-indent:-50000em;
	display:block;
	margin-left:-100px;
	margin-top:50px;
	margin-bottom:50px;
}

	h4.sub1 {
		width:591px;
		height:35px;
		background:url('subheading1.png') no-repeat;
	}
	
	h4.sub2 {
		width:652px;
		height:30px;
		background:url('subheading2.png') no-repeat;
	}

div#header {
	border-bottom:none;
}

div#mainpost {
	background:#fff;
	min-height:100%;
	margin-bottom:50px;
}

h2 {
	display:block;
	text-indent:-50000em;
	width:550px;
	height:324px;
	background:url('title.png') no-repeat;
	margin: 0 0 0 0;
	
	margin: 30px auto -10px;
	text-indent: -50000em;
}

div#mainpost .container {
	width:550px;
	margin:auto;
	
	padding:50px 0;
	line-height: 25px;
	color:#333;
}

p {
	padding-bottom:30px;
}