@charset "utf-8";
/* CSS Document */
* {	
	padding:0;
	margin:0;
	background-color:white;
}

/**
 * DIV POSITION LAYOUT
 */

body {
	text-align: center;
}

	#wrapper {
			margin: 0.2em auto;
			width:900px;
			text-align:left;		
			}

		div.top {
				width:900px;
				height:100px;
				float:left;
				clear:both;
				margin-bottom:3%;
				}

		div.left {
				float:left;
				width:450px;
				}
				
		div.right {
				float:right;
				width:450px;
				}

/**
 * LINK STYLES 
 * 
 * 
 */
img {
	border:0;
}
		
