@CHARSET "ISO-8859-1";
body
{
	background-image:url('res/metal.jpg');
	background-repeat:repeat-y;
}

div#hold_title
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:100px;
}

div#hold_photoblock
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	position:relative;
	top:180px;
}

div#hold_photoblock img
{
	margin-left:20px;
	margin-right:20px;
}	


div#hold_contact
{
	margin-left:auto;
	margin-right:auto;
	width:400px;
	font-family:"Century Gothic";
	color:white;
	text-align:center;
	position:relative;
	top:230px;
}

a:link
{
	color:grey;
	text-decoration:none;
}

a:hover
{
	color:grey;
	text-decoration:underline;
}
