body{
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	background: #fff;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 110px;
}

a#logo{
	display: block;
	width: 134px;
	height: 57px;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

#socialIcons{
	float: right;
	margin-top: 10px;
}

#socialIcons a{
	float: right;
	display: block;
	width: 25px;
	height: 24px;
}

#socialIcons a#icoFlickr{
	background: url(../images/ico_flickr.png) no-repeat;
}

#socialIcons a#icoFacebook{
	background: url(../images/ico_facebook.png) no-repeat;
	margin-right: 5px;
}

#nav{
	display: table;
	margin-bottom: 50px;
}

#nav a{
	display: block;
}

#nav a#lnkLogos{
	background: url(../images/ING3.png) no-repeat 50% top;
	width: 286px;
	height: 150px;
	float: left;
}
#nav a#lnkCorporate{
	background: url(../images/ARCH2.png) no-repeat 50% top;
	width: 493px;
	height: 149px;
	clear: both;
	float: left;
}

#nav a#lnkAdv{
    background: url(../images/COM_B.png) no-repeat 50% top;
    width: 416px;
    height: 150px;
    clear: both;
    float: left; }
#nav a#lnkLogos:hover, #nav a#lnkPackaging:hover, #nav a#lnkCorporate:hover, #nav a#lnkAdv:hover, #nav a#lnkWeb:hover, #nav a#lnkEvents:hover, #nav a#lnkNews:hover, #nav a#lnkContact:hover{
	background-position: bottom;
}

.bodyPage{
	margin-bottom: 100px;
}

.titlePage{
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: #ccc;
}

.txtPage{
	margin-top: 15px;
	text-align: justify;
}

.backOnTop{
	color: #39c;
	font-weight: bold;
	display: block;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}

.backOnTop:hover{
	color: #369;
}

#footer{
	border-top: 1px solid #ddd;
	padding-top: 10px;
	color: #ddd;
	text-align: center;
	font-size: 12px;
	margin-bottom: 100px;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: animate_bg 80s infinite alternate;
}
@keyframes animate_bg{
    0%{
        background-color: #bd71f8;
    }
    30%{
        background-color: #f871e5;
    }
    60%{
        background-color: #6d4aff;
    }
    90%{
        background-color: #f871e5;
    }
    100%{
        background-color: #bd71f8;
    }
}
body div table tr td p {
	font-weight: bold;
}
