@charset "utf-8";
/* CSS Document */
body {
    background-image:url(../images/background_company.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
p.pos_fixed {
    position: fixed;
    top: 50px;
    left: 55px;
}
p.menu {
    position: fixed;
    top: 680px;
    left: 890px;
}
