﻿@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
}

#container {
	width: 600px;
	height: 410px;
	background-image: url(../images/store_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 246px;
	margin: 0px auto;
}

#links {
	height: 48px;
	float: left;








	width: 155
];
	width: 167px;
	text-align: center;
}


#links a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#links a:hover {
	color: #e77373;
	text-decoration: underline;
}

#links a:active {
	color: #e77373;
	text-decoration: underline;
}

#store {
	height: 60px;
	width: 501px;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
}


#store img {
	border: 0;
}

.button {
	text-align: center;
	margin-top: 15px;
}
