@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
a{
	text-decoration: none;
}
#container_buttons{
	width: 300px;
	padding: 0px 0px 0px 60px;
}

#container_buttons p{
	display:block;
	padding-bottom:60px;
}

#container_buttons p a{
 margin:0px 0 0px 0;
}
