﻿*{margin: 0; padding: 0;}
html,body{margin: 0; padding: 0;}

body{
	background-color: #ff6000;
	background-image: url('/Images/Common/error_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}


#errorContainer{width: 635px; height: 477px; position: relative; margin-top: 180px; margin-left: 220px; background: url('/Images/Common/error.jpg') no-repeat top left;}

#error{width: 330px; height: 195px; position: relative; top: 210px; left: 126px;}
	#error h3{display: none;}
	#error span{position: absolute;}

	#error .error_msg{left: 0; top: 0;}
	#error .error_gomain{left: 0; top: 108px;}
	#error .error_historyback{left: 189px; top: 108px;}

#copyright{width: 236px; height: 40px; position: relative; top: 224px; left: 134px;}
	#copyright span{background: url('/Images/Members/Login/copyright_var.gif') no-repeat right; padding-right: 8px; display: inline;}
		#copyright .agree{}
		#copyright .private{}
		#copyright .email{background: none;}
		#copyright .copyright{background: none; display: block; margin-top: 4px;}