﻿*
{
    /*border:1px solid #000000;*/
}

body
{
    overflow:hidden;
}

#container
{
    /*width:700px;
    height:500px;*/
    margin:30px auto;
    
}

#container div
{
   /* width:700px;
    height:500px;*/
}   

.button1, .button2
{
    display:block;
    width:150px;
    height:25px;
    border:1px solid #CCCCCC;
    color:#CCCCCC;
    background-color:#333333;
    position:absolute;
    top:10px;
    text-align:center;
}

.button1
{
    left:100px;
}

.button2
{
    left:400px;
}
.button1:hover, .button2:hover
{
    border:1px solid #333333;
    color:#333333;
    background-color:#CCCCCC;
    cursor:pointer;
}
