@charset "utf-8";

A:link
{
	text-decoration:none;
	color: rgb(0,0,150);

}

A:visited
{
	text-decoration:none;
	color: rgb(0,0,150);

}

A:active
{
	text-decoration:none;
	color: rgb(0,0,150);

}

A:hover
{
	text-decoration:crossed-out;
	color: rgb(0,150,150);

}

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: .9em;
	text-align: center;
	margin: 0 auto; 
}

#illu
{
	background: url(../images/illustration/illu_bg.jpg) no-repeat bottom left fixed;
}

#anim
{
	background: url(../images/animation/anim_bg.jpg) no-repeat bottom left fixed;
}

#cos
{
	background: url(../images/costumes/cos_bg.jpg) no-repeat bottom left fixed;
}

#res
{
	background: url(../images/resume/res_bg.jpg) no-repeat bottom left fixed;
}

#header
{
	position: relative;
}

#header #topbanner
{
	position: relative;
}

#header #menu
{
	position: relative;
	top: -10px;
	left: 30px;
}

#header #bottombanner
{
	position: relative;
	top: -20px;
}

#thumbnail
{
	padding-left: 20px;
}

#images-row1
{
	position: relative;
	top: -20px;
}

#images-row2
{
	position: relative;
}

#images-row3
{
	position: relative;
	top: 20px;
}
#video 
{ 
	position: relative;
	top: 0px;
	left: 10px;
}