

html{
	background-image:url('/images/background.jpg');
	background-color:#f5f5f5;
	background-repeat:no-repeat;
        font-family: tahoma,verdana,arial,sans-serif;
        position: relative;
}

body{
	
	
         color:#636363;
         font-size: 12px;
}
#globalContainer{
    width:1010px;
    margin:auto;
}

#mainContent{
        float:left;
        width:747px;
        margin-right: 13px;
}
