body {

    background-image: url(../background/gradient.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

#mystorecontainer {
align: center;
text-align: center;
}



#main{
    width: 920px;
}

#content{
    width: 920px;
    
}

#storeandalbum{
    width: 800px;
    height: 300px;
}

#storeandalbum .innerdiv{
    float: right;
}

#store{

    width: 425px;
    height: 300px;
}
#album{
    
    width: 375px;
    float: right;
}

#flashContainer {
position: relative;
    padding: 0px 0px;
    margin-top: 0px;
    margin-left: 5px;
    width: 665px;
    height: 300px;
    background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;  
	overflow:-moz-scrollbars-horizontal;overflow-x:hidden;overflow-y:auto; 
}