/* CSS Document */

@import url(meanmenu.css);
*{box-sizing:border-box;}
body
{
    margin:0px auto;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#ffffff
}
body
{
    font-family:Arial;
    font-size:12px;
    color:#404040
}

a
{
    color:#1854AA;
    text-decoration:underline
}

a:hover
{
    text-decoration:none
}
img{
	width:auto;
	height:auto;
	max-width:100%;
	}
iframe {
    width:100%!important;
}