﻿/*****************************************************************************************************************/
/*                                                                                                               */
/* global.css                                                                                                    */
/*                                                                                                               */
/* Contains application-wide css definitions.                                                                    */
/*                                                                                                               */
/*****************************************************************************************************************/
body 
{
	/* Set 1 ems = 10px on default sized browser */
	font-size: 62.5%;
	
    background-image: url(../image/background.jpg);
    background-repeat: no-repeat;
}

#wrapper
{
	padding-left: 100px;
	padding-top: 40px;  
	
	width: 1024px;  
}
