@charset "utf-8";
/* CSS Document */

body{
text-align:center;
background:#cccccc;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 12pt;
margin:0;
}

a {
color:#4E2E17;
text-decoration:none
}

a:hover{text-decoration:underline}

#home{
margin-top:50px;
/*margin-left:50px;*/
width:800px;
height:550px;
background:url(../i/home.jpg) 0 0 no-repeat;
}

#download{
	/*margin-top:560px;*/
	padding-top:560px;
	color:#4E2E17;
	text-align:right;
}

