/*
CSS Templates
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Header */

#header {
	width: 790px;
	height: 280px;
	margin: 0 auto;
	background:   url("images/dame_noir_335.jpg") no-repeat right top;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

