/* question 1*/
body
{
    background-image:url('../shopping/images/cupboardopen.png');
    background-repeat:no-repeat;
    background-position: center top;
    min-height:100%;
    text-align: center:
    overflow: hidden;
}

img
{
    border: none;
}

#title
{
    position: absolute;
    top: 50px;
    left: 170px;
}

#myImage
{
    position: absolute;
    top: 600px;
    left:500px;
}

.thumbs
{
    cursor: pointer;
}

#logo
{
    position:absolute;
    top: 20px;
    left: 20px;
    height: 160px;
    width: 160px;
}

#instruct 
{
    position: absolute; 
    top: 300px;
    left: 70px;
    font-family:courier;
    font-size: 1.5em;
}

#icon-grid
{
    position: relative;
    top: 10px;
    display: none;
}

#draggable 
{ 
    width: 150px; 
    height: 150px; 
    padding: 0.5em; 
}

#droppable 
{ 
    width: 150px; height: 150px; padding: 0.5em; float: center; margin: 10px; 
}

#rotate_images
{
    position: absolute center;
    top: 0px;
    border: 0px;
    cursor: pointer;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
    border: 0px;
  }
  
#div1 
{
    width:350px;
    height:70px;
    padding:10px;
}

h1 
{
    font-family: sans-serif;
}

table 
{
  border-spacing: 10px;
}

.images
{
position: absolute; 
top:10px;
left: 100px;
width: 100%;
}

/** question2 **/
#wrapper
{
    width:1024px;
    height:768px;
    background-image:url('../shopping/images/kitchen.jpg');
    background-size:100% 100%;
    overflow: hidden;
    position:relative;
    margin: auto;
}

#healthyImage
{
    position:absolute;
    z-index:1;
    top: 230px;
}

#title-healthy
{
    z-index: 99;
    position: absolute;
    top: 250px;
}

#icon-grid-healthy
{
    position: relative; 
    top: 170px;
    left: 30px;
    z-index:99;
}

#droparea 
{
    position: absolute; 
    top: 280px;
    left: -100px;
    z-index:98;
    width:500px;
    height:200px;
    padding:10px;
}


#instructions-healthy
{
    position: absolute; 
    top: 0px;
    left: 200px;
    font-family:courier;
    font-size: 1.5em;
}

#submit
{
    cursor: pointer;
}

