@charset "utf-8";

body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #6699cc;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(../images/main_bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
#wrapper
{
	margin-left: auto;
	position: relative;
	width: 990px;
	height: 940px;
	margin-right: auto;
	top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #6699cc;
	border-left-color: #6699cc;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
}
#redbox_logo
{
    margin-left: auto;
    position: relative;
    width: 990px;
    margin-right: auto;
    top: 0px;
}
#gift
{
    position: relative;
    height: 580px;
    width: 441px;
    top: 50px;
    border: 1px;
    border: 1px solid #6699cc;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    padding: 8px;
}
