/**
*  css for main loyout
*  @author archer
*/

/*----- [general] --------------------------*/

*
{
    outline:            none;
}
body
{
    margin:             0px;
    padding:            0px;
    background:         #2d2d2d url( '../images/bg.png' );    
}
a
{
    cursor:             pointer;
    text-decoration:    none;
    color:              #363636;
}
a img 
{
    border:             0px;
}
img
{
    margin:             0px; 
    padding:            0px;
}
.clear
{
    font-size:          1px !important;
    height:             1px;
    line-height:        1px;
    clear:              both;
}
input[type=submit], input[type=reset], input[type=button]
{
    cursor:             pointer;
} 

/*----- [main] --------------------------*/
