*
{
margin:0;
padding:0;
}

html
{
font-family:verdana;
overflow:auto;
height:100%;
}

body
{   
height:100%;
}

div#main
{
margin:0 auto;
height:100%;
width:900px;
background: url(img/bg.gif) repeat-y;
}

div#content
{
margin-left:250px;
width:375px;
height:100%;
background: url(img/bg_mid.gif) no-repeat top right;    
}

div#welcomes
{
padding-top:180px;
height:120px;  
}

div#welcomes div
{
font-size:24px;
margin-bottom:8px;
color:#C7C7C7;  
cursor:default;  
}


div#welcomes div a
{
display:block;
text-decoration:none;
color:#C7C7C7; 
clear:right;
}

div#welcomes div a:hover
{
font-weight:bold;
color:#C7C7C7; 
}

div#welcomes div a:visited
{
color:#C7C7C7; 
}

