@charset "UTF-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	background-color:#ffffff;
}

#main .container {
	
	width:1024px;
	height:768px;
}

.container {
	width:1024px;
	margin:0 auto;
	position:relative;
}

#inside{
	position:relative;
	padding-bottom:20px;
}

.insert {
	decoration:blink;
	position:relative;
	top:40px;
}

.relaunch {
	position:relative;
	top:60px;
}

.email {
	position:relative;
	top:150px;
}

img {
	border:none;
}