/* -Structure- */ 

body {
	margin:0px;
	background:#E4E4E4;
	text-align:center;
	padding:0;
	background-image: url(../images/idea2/background.jpg);
	background-repeat: repeat-x;
	}
 
#container {
	text-align:left;
 	border-bottom:10px solid #CECE9D;
 	border-left:10px solid #CECE9D;
 	border-right:10px solid #CECE9D;
 	background:#fff;
 	width:740px;
 	height:450px;
 	margin:auto;
 	overflow:hidden;
 	background-repeat:no-repeat;
 	background-image: url(../images/logo.gif);
 	background-position:left top;
	}
	
#header {
	height:100px;
	}

#banner {
	text-align:center;
	}
	