#navAbout {
	display:none;
}

#title h1
{
	background:url("images/aboutwinter.png") no-repeat 0px 1px;
}

#hello
{
	width:55%;
	margin:0;
}

#hello h2
{
	background:url("images/subtitle_hello.png") no-repeat left top;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subtitle_hello.png', sizingMethod='crop');
}

#portrait
{
	width: 45%;
	margin: 0;
	height: 400px;
	background-image: url('images/selfportrait.png');
	background-repeat: no-repeat;
	background-position: right top;
}

/*iPhone layout*/
@media only screen and (max-width:540px){
#navHome
{
	margin:0 !important;
}
}
