From 39a311c4b4b98d17626d4a9fcfecf94287c81d7e Mon Sep 17 00:00:00 2001 From: chrisramey Date: Sun, 18 Sep 2011 15:12:42 -0500 Subject: [PATCH] Fixed width --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index d79f1c8..a887550 100644 --- a/css/main.css +++ b/css/main.css @@ -16,7 +16,7 @@ body {height: 100%; margin: 0; text-align: left; color: #000; font-family: calib .nav_button:hover, .nav_active:hover, .first_nav_button:hover {color: #555; background: transparent url(../images/nav_button_hover.png) no-repeat top left} .first_nav_button {margin-left: 20px} -#main_container {position: relative; top: 20px; margin: 0px auto;padding:0px 8px;} +#main_container {position: relative; top: 20px; margin: 0px auto;padding:0px 8px;width:974px;} #welcome_wrapper {position: relative; width: 100%; height: 220px} #welcome_message {position: absolute; top: 0px; left: 0px; width: 645px; height: 210px; background: transparent url(../images/welcome_msg.gif) no-repeat top left} #login_box {position: absolute; top: 0px; right: 0px; width: 318px; height: 158px; background-color: #FFE4B4; border: solid 1px #FFBF79}