/* CSS Document */

/***************/
/*** GENERAL ***/
/***************/

*, html, body {
	padding: 0;
	margin: 0;

}

body {
	background: url(../images/top-background.jpg) no-repeat top right;
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 13px;
}