@charset "utf-8";
/* CSS Document */

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
	background: url("images/abstract-christmas.jpg") repeat-x;
    background-position: top;
    background-color: #fff;

    color: #000;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

#content {
    margin: 0 auto;
    width: 853px;
    min-width: 853px;
}

#video{
	margin: 0 0 0 0;
	min-height: 500px;
}

#footer{
	background: url("images/SCG-Christmas-Footer-NEW.png") no-repeat;
    background-position: bottom center;
	height:138px;

}